Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp50 cci.m_compile_opts.emplace(); in ParseCompile3()
52 SymbolDeserializer::deserializeAs<Compile3Sym>(sym, *cci.m_compile_opts)); in ParseCompile3()
85 lldbassert(!item.m_compile_opts); in ParseExtendedInfo()
H A DCompileUnitIndex.h66 std::optional<llvm::codeview::Compile3Sym> m_compile_opts; member
H A DSymbolFileNativePDB.cpp521 cci.m_compile_opts ? TranslateLanguage(cci.m_compile_opts->getLanguage())
525 if (cci.m_compile_opts && cci.m_compile_opts->hasOptimizations()) in CreateCompileUnit()
1036 if (!item->m_compile_opts) in ParseLanguage()
1039 return TranslateLanguage(item->m_compile_opts->getLanguage()); in ParseLanguage()
H A DPdbUtil.cpp728 ->m_compile_opts->Machine; in GetBaseFrameRegister()