Home
last modified time | relevance | path

Searched refs:InlineeLines (Results 1 – 24 of 24) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugInlineeLinesSubsection.h70 return S->kind() == DebugSubsectionKind::InlineeLines;
95 return S->kind() == DebugSubsectionKind::InlineeLines;
DCodeView.h312 InlineeLines = 0xf6, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DDebugInlineeLinesSubsection.cpp44 : DebugSubsectionRef(DebugSubsectionKind::InlineeLines) {} in DebugInlineeLinesSubsectionRef()
64 : DebugSubsection(DebugSubsectionKind::InlineeLines), Checksums(Checksums), in DebugInlineeLinesSubsection()
DDebugSubsectionVisitor.cpp48 case DebugSubsectionKind::InlineeLines: { in visitDebugSubsection()
DEnumTables.cpp217 CV_ENUM_CLASS_ENT(DebugSubsectionKind, InlineeLines),
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp138 : 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/
DModuleSubstreamVisitor.cpp34 return visitUnknown(ModuleSubstreamKind::InlineeLines, Data); in visitInlineeLines()
85 case ModuleSubstreamKind::InlineeLines: in visitModuleSubstream()
DEnumTables.cpp248 CV_ENUM_CLASS_ENT(ModuleSubstreamKind, InlineeLines),
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Dcodeview-inlinees.test13 CHECK: SubSectionType: InlineeLines (0xF6)
Dcodeview-inlining.test37 ; CHECK: SubSectionType: InlineeLines (0xF6)
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DFormatUtil.cpp112 RETURN_CASE(DebugSubsectionKind, InlineeLines, "inlinee lines"); in formatChunkKind()
130 RETURN_CASE(DebugSubsectionKind, InlineeLines, "DEBUG_S_INLINEELINES"); in formatChunkKind()
DYAMLOutputStyle.cpp174 case DebugSubsectionKind::InlineeLines: in convertSubsectionKind()
175 return opts::ModuleSubsection::InlineeLines; in convertSubsectionKind()
Dllvm-pdbutil.h44 InlineeLines, enumerator
Dllvm-pdbutil.cpp140 clEnumValN(ModuleSubsection::InlineeLines, "ilines",
/external/llvm/test/tools/llvm-readobj/
Dcodeview-inlining.test37 ; CHECK: SubSectionType: InlineeLines (0xF6)
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/
Dpdbdump-debug-subsections.test61 YAML-NEXT: - !InlineeLines
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h296 InlineeLines = 0xf6, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/
Dinlining-header.ll50 ; OBJ: SubSectionType: InlineeLines (0xF6)
Dinlining.ll156 ; OBJ: SubSectionType: InlineeLines (0xF6)
/external/llvm/test/DebugInfo/COFF/
Dinlining.ll151 ; OBJ: SubSectionType: InlineeLines (0xF6)
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp496 LLVM_READOBJ_ENUM_CLASS_ENT(ModuleSubstreamKind, InlineeLines),
798 case ModuleSubstreamKind::InlineeLines: in printCodeViewSymbolSection()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp542 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, InlineeLines),
1006 case DebugSubsectionKind::InlineeLines: in printCodeViewSymbolSection()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp501 MCSymbol *InlineEnd = beginCVSubsection(ModuleSubstreamKind::InlineeLines); in emitInlineeLinesSubsection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp744 MCSymbol *InlineEnd = beginCVSubsection(DebugSubsectionKind::InlineeLines); in emitInlineeLinesSubsection()