Searched refs:m_compile_opts (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.h66 std::optional<llvm::codeview::Compile3Sym> m_compile_opts; member in struct:lldb_private::npdb::CompilandIndexItem
H A DCompileUnitIndex.cpp50 cci.m_compile_opts.emplace();
52 SymbolDeserializer::deserializeAs<Compile3Sym>(sym, *cci.m_compile_opts));
85 lldbassert(!item.m_compile_opts);
H A DSymbolFileNativePDB.cpp525 cci.m_compile_opts ? TranslateLanguage(cci.m_compile_opts->getLanguage())
529 if (cci.m_compile_opts && cci.m_compile_opts->hasOptimizations())
1040 if (!item->m_compile_opts)
1043 return TranslateLanguage(item->m_compile_opts->getLanguage());
H A DPdbUtil.cpp728 ->m_compile_opts->Machine;

Completed in 105 milliseconds