Searched refs:InlineeLines (Results 1 - 18 of 18) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h68 return S->kind() == DebugSubsectionKind::InlineeLines;
98 return S->kind() == DebugSubsectionKind::InlineeLines;
H A DCodeView.h322 InlineeLines = 0xf6, member in class:llvm::codeview::CallingConvention::ClassOptions::FrameProcedureOptions::FunctionOptions::HfaKind::MemberAccess::MethodKind::MethodOptions::ModifierOptions::DebugSubsectionKind
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.cpp44 : DebugSubsectionRef(DebugSubsectionKind::InlineeLines) {}
64 : DebugSubsection(DebugSubsectionKind::InlineeLines), Checksums(Checksums),
H A DDebugSubsectionVisitor.cpp48 case DebugSubsectionKind::InlineeLines: {
H A DEnumTables.cpp242 CV_ENUM_CLASS_ENT(DebugSubsectionKind, InlineeLines),
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeInlineSiteSymbol.cpp46 if (SS.kind() != DebugSubsectionKind::InlineeLines)
49 DebugInlineeLinesSubsectionRef InlineeLines; local
51 if (auto EC = InlineeLines.initialize(Reader)) {
56 for (const InlineeSourceLine &Line : InlineeLines)
H A DFormatUtil.cpp61 RETURN_CASE(DebugSubsectionKind, InlineeLines, "inlinee lines");
81 RETURN_CASE(DebugSubsectionKind, InlineeLines, "DEBUG_S_INLINEELINES");
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp885 LVLines *InlineeLines = InlineeIter->second.get(); local
888 for (const LVLine *Line : *InlineeLines)
901 if (InlineeLines->size()) {
903 uint64_t InlineeStart = (InlineeLines->front())->getAddress();
915 (*Iter)->setLineNumber((*InlineeLines->begin())->getLineNumber());
917 CULines.insert(Iter, InlineeLines->begin() + 1, InlineeLines->end());
924 InlineeLines->clear();
H A DLVCodeViewReader.cpp702 case DebugSubsectionKind::InlineeLines:
H A DLVCodeViewVisitor.cpp3492 LVLines InlineeLines; local
3501 InlineeLines.push_back(Line);
3560 Reader->addInlineeLines(InlinedFunction, InlineeLines);
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp137 : YAMLSubsectionBase(DebugSubsectionKind::InlineeLines) {}
148 InlineeInfo InlineeLines; member in struct:__anon2115::YAMLInlineeLinesSubsection
335 IO.mapTag("!InlineeLines", true);
336 IO.mapRequired("HasExtraFiles", InlineeLines.HasExtraFiles);
337 IO.mapRequired("Sites", InlineeLines.Sites);
378 } else if (IO.mapTag("!InlineeLines")) {
448 *SC.checksums(), InlineeLines.HasExtraFiles);
450 for (const auto &Site : InlineeLines.Sites) {
453 if (!InlineeLines.HasExtraFiles)
624 Result->InlineeLines
[all...]
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp179 case DebugSubsectionKind::InlineeLines:
180 return opts::ModuleSubsection::InlineeLines;
H A Dllvm-pdbutil.h42 InlineeLines, member in class:opts::ModuleSubsection
H A Dllvm-pdbutil.cpp138 clEnumValN(ModuleSubsection::InlineeLines, "ilines",
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp111 if (ss.kind() != DebugSubsectionKind::InlineeLines)
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DPDB.cpp788 case DebugSubsectionKind::InlineeLines:
867 if (kind() == DebugSubsectionKind::InlineeLines &&
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp560 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, InlineeLines),
1200 case DebugSubsectionKind::InlineeLines:
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp975 MCSymbol *InlineEnd = beginCVSubsection(DebugSubsectionKind::InlineeLines);

Completed in 150 milliseconds