reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.cpp
   50   cci.m_compile_opts.emplace();
   52       SymbolDeserializer::deserializeAs<Compile3Sym>(sym, *cci.m_compile_opts));
   85   lldbassert(!item.m_compile_opts);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  574                          ->m_compile_opts->Machine;
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  428       cci.m_compile_opts ? TranslateLanguage(cci.m_compile_opts->getLanguage())
  428       cci.m_compile_opts ? TranslateLanguage(cci.m_compile_opts->getLanguage())
  432   if (cci.m_compile_opts && cci.m_compile_opts->hasOptimizations())
  432   if (cci.m_compile_opts && cci.m_compile_opts->hasOptimizations())
  916   if (!item->m_compile_opts)
  919   return TranslateLanguage(item->m_compile_opts->getLanguage());