/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | DebugInlineeLinesSubsection.h | 70 return S->kind() == DebugSubsectionKind::InlineeLines; 95 return S->kind() == DebugSubsectionKind::InlineeLines;
|
D | CodeView.h | 312 InlineeLines = 0xf6, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | DebugInlineeLinesSubsection.cpp | 44 : DebugSubsectionRef(DebugSubsectionKind::InlineeLines) {} in DebugInlineeLinesSubsectionRef() 64 : DebugSubsection(DebugSubsectionKind::InlineeLines), Checksums(Checksums), in DebugInlineeLinesSubsection()
|
D | DebugSubsectionVisitor.cpp | 48 case DebugSubsectionKind::InlineeLines: { in visitDebugSubsection()
|
D | EnumTables.cpp | 217 CV_ENUM_CLASS_ENT(DebugSubsectionKind, InlineeLines),
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLDebugSections.cpp | 138 : YAMLSubsectionBase(DebugSubsectionKind::InlineeLines) {} in YAMLInlineeLinesSubsection() 149 InlineeInfo InlineeLines; member 337 IO.mapRequired("HasExtraFiles", InlineeLines.HasExtraFiles); in map() 338 IO.mapRequired("Sites", InlineeLines.Sites); in map() 449 *SC.checksums(), InlineeLines.HasExtraFiles); in toCodeViewSubsection() 451 for (const auto &Site : InlineeLines.Sites) { in toCodeViewSubsection() 454 if (!InlineeLines.HasExtraFiles) in toCodeViewSubsection() 625 Result->InlineeLines.HasExtraFiles = Lines.hasExtraFiles(); in fromCodeViewSubsection() 642 Result->InlineeLines.Sites.push_back(Site); in fromCodeViewSubsection()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | ModuleSubstreamVisitor.cpp | 34 return visitUnknown(ModuleSubstreamKind::InlineeLines, Data); in visitInlineeLines() 85 case ModuleSubstreamKind::InlineeLines: in visitModuleSubstream()
|
D | EnumTables.cpp | 248 CV_ENUM_CLASS_ENT(ModuleSubstreamKind, InlineeLines),
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ |
D | codeview-inlinees.test | 13 CHECK: SubSectionType: InlineeLines (0xF6)
|
D | codeview-inlining.test | 37 ; CHECK: SubSectionType: InlineeLines (0xF6)
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | FormatUtil.cpp | 112 RETURN_CASE(DebugSubsectionKind, InlineeLines, "inlinee lines"); in formatChunkKind() 130 RETURN_CASE(DebugSubsectionKind, InlineeLines, "DEBUG_S_INLINEELINES"); in formatChunkKind()
|
D | YAMLOutputStyle.cpp | 174 case DebugSubsectionKind::InlineeLines: in convertSubsectionKind() 175 return opts::ModuleSubsection::InlineeLines; in convertSubsectionKind()
|
D | llvm-pdbutil.h | 44 InlineeLines, enumerator
|
D | llvm-pdbutil.cpp | 140 clEnumValN(ModuleSubsection::InlineeLines, "ilines",
|
/external/llvm/test/tools/llvm-readobj/ |
D | codeview-inlining.test | 37 ; CHECK: SubSectionType: InlineeLines (0xF6)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/ |
D | pdbdump-debug-subsections.test | 61 YAML-NEXT: - !InlineeLines
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 296 InlineeLines = 0xf6, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/ |
D | inlining-header.ll | 50 ; OBJ: SubSectionType: InlineeLines (0xF6)
|
D | inlining.ll | 156 ; OBJ: SubSectionType: InlineeLines (0xF6)
|
/external/llvm/test/DebugInfo/COFF/ |
D | inlining.ll | 151 ; OBJ: SubSectionType: InlineeLines (0xF6)
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 496 LLVM_READOBJ_ENUM_CLASS_ENT(ModuleSubstreamKind, InlineeLines), 798 case ModuleSubstreamKind::InlineeLines: in printCodeViewSymbolSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 542 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, InlineeLines), 1006 case DebugSubsectionKind::InlineeLines: in printCodeViewSymbolSection()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 501 MCSymbol *InlineEnd = beginCVSubsection(ModuleSubstreamKind::InlineeLines); in emitInlineeLinesSubsection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 744 MCSymbol *InlineEnd = beginCVSubsection(DebugSubsectionKind::InlineeLines); in emitInlineeLinesSubsection()
|