Searched refs:m_compile_opts (Results 1 – 4 of 4) sorted by relevance
50 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()
66 std::optional<llvm::codeview::Compile3Sym> m_compile_opts; member
525 cci.m_compile_opts ? TranslateLanguage(cci.m_compile_opts->getLanguage()) in CreateCompileUnit()529 if (cci.m_compile_opts && cci.m_compile_opts->hasOptimizations()) in CreateCompileUnit()1040 if (!item->m_compile_opts) in ParseLanguage()1043 return TranslateLanguage(item->m_compile_opts->getLanguage()); in ParseLanguage()
728 ->m_compile_opts->Machine; in GetBaseFrameRegister()