Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugInlineeLinesSubsection.h69 return S->kind() == DebugSubsectionKind::InlineeLines;
99 return S->kind() == DebugSubsectionKind::InlineeLines;
DCodeView.h317 InlineeLines = 0xf6, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugInlineeLinesSubsection.cpp43 : DebugSubsectionRef(DebugSubsectionKind::InlineeLines) {} in DebugInlineeLinesSubsectionRef()
63 : DebugSubsection(DebugSubsectionKind::InlineeLines), Checksums(Checksums), in DebugInlineeLinesSubsection()
DDebugSubsectionVisitor.cpp47 case DebugSubsectionKind::InlineeLines: { in visitDebugSubsection()
DEnumTables.cpp230 CV_ENUM_CLASS_ENT(DebugSubsectionKind, InlineeLines),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp137 : 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp854 MCSymbol *InlineEnd = beginCVSubsection(DebugSubsectionKind::InlineeLines); in emitInlineeLinesSubsection()