Searched refs:InlineeLines (Results 1 – 15 of 15) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeInlineSiteSymbol.cpp | 46 if (SS.kind() != DebugSubsectionKind::InlineeLines) in findInlineeByTypeIndex() 49 DebugInlineeLinesSubsectionRef InlineeLines; in findInlineeByTypeIndex() local 51 if (auto EC = InlineeLines.initialize(Reader)) { in findInlineeByTypeIndex() 56 for (const InlineeSourceLine &Line : InlineeLines) in findInlineeByTypeIndex()
|
H A D | FormatUtil.cpp | 60 RETURN_CASE(DebugSubsectionKind, InlineeLines, "inlinee lines"); in formatChunkKind() 80 RETURN_CASE(DebugSubsectionKind, InlineeLines, "DEBUG_S_INLINEELINES"); in formatChunkKind()
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | DebugInlineeLinesSubsection.h | 68 return S->kind() == DebugSubsectionKind::InlineeLines; 98 return S->kind() == DebugSubsectionKind::InlineeLines;
|
H A D | CodeView.h | 319 InlineeLines = 0xf6, enumerator
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugInlineeLinesSubsection.cpp | 44 : DebugSubsectionRef(DebugSubsectionKind::InlineeLines) {} in DebugInlineeLinesSubsectionRef() 64 : DebugSubsection(DebugSubsectionKind::InlineeLines), Checksums(Checksums), in DebugInlineeLinesSubsection()
|
H A D | DebugSubsectionVisitor.cpp | 48 case DebugSubsectionKind::InlineeLines: { in visitDebugSubsection()
|
H A D | EnumTables.cpp | 241 CV_ENUM_CLASS_ENT(DebugSubsectionKind, InlineeLines),
|
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.cpp | 137 : YAMLSubsectionBase(DebugSubsectionKind::InlineeLines) {} in YAMLInlineeLinesSubsection() 148 InlineeInfo InlineeLines; member 336 IO.mapRequired("HasExtraFiles", InlineeLines.HasExtraFiles); in map() 337 IO.mapRequired("Sites", InlineeLines.Sites); in map() 448 *SC.checksums(), InlineeLines.HasExtraFiles); in toCodeViewSubsection() 450 for (const auto &Site : InlineeLines.Sites) { in toCodeViewSubsection() 453 if (!InlineeLines.HasExtraFiles) in toCodeViewSubsection() 624 Result->InlineeLines.HasExtraFiles = Lines.hasExtraFiles(); in fromCodeViewSubsection() 641 Result->InlineeLines.Sites.push_back(Site); in fromCodeViewSubsection()
|
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/ |
H A D | YAMLOutputStyle.cpp | 179 case DebugSubsectionKind::InlineeLines: in convertSubsectionKind() 180 return opts::ModuleSubsection::InlineeLines; in convertSubsectionKind()
|
H A D | llvm-pdbutil.h | 43 InlineeLines, enumerator
|
H A D | llvm-pdbutil.cpp | 140 clEnumValN(ModuleSubsection::InlineeLines, "ilines",
|
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | CompileUnitIndex.cpp | 111 if (ss.kind() != DebugSubsectionKind::InlineeLines) in ParseInlineeLineTableForCompileUnit()
|
/openbsd/gnu/llvm/lld/COFF/ |
H A D | PDB.cpp | 791 case DebugSubsectionKind::InlineeLines: in handleDebugS() 870 if (kind() == DebugSubsectionKind::InlineeLines && in commit()
|
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 558 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, InlineeLines), 1113 case DebugSubsectionKind::InlineeLines: in printCodeViewSymbolSection()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 969 MCSymbol *InlineEnd = beginCVSubsection(DebugSubsectionKind::InlineeLines); in emitInlineeLinesSubsection()
|