Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DDebugInlineeLinesSubsection.cpp43 DebugInlineeLinesSubsectionRef::DebugInlineeLinesSubsectionRef() in DebugInlineeLinesSubsectionRef() function in DebugInlineeLinesSubsectionRef
46 Error DebugInlineeLinesSubsectionRef::initialize(BinaryStreamReader Reader) { in initialize()
58 bool DebugInlineeLinesSubsectionRef::hasExtraFiles() const { in hasExtraFiles()
DDebugSubsectionVisitor.cpp49 DebugInlineeLinesSubsectionRef Fragment; in visitDebugSubsection()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugInlineeLinesSubsection.h62 class DebugInlineeLinesSubsectionRef final : public DebugSubsectionRef {
67 DebugInlineeLinesSubsectionRef();
DDebugSubsectionVisitor.h25 class DebugInlineeLinesSubsectionRef; variable
47 virtual Error visitInlineeLines(DebugInlineeLinesSubsectionRef &Inlinees,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp147 const DebugInlineeLinesSubsectionRef &Lines);
622 const DebugInlineeLinesSubsectionRef &Lines) { in fromCodeViewSubsection()
774 Error visitInlineeLines(DebugInlineeLinesSubsectionRef &Inlinees,
821 DebugInlineeLinesSubsectionRef &Inlinees, in visitInlineeLines()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp878 iterateModuleSubsections<DebugInlineeLinesSubsectionRef>( in dumpInlineeLines()
881 DebugInlineeLinesSubsectionRef &Lines) { in dumpInlineeLines()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1169 DebugInlineeLinesSubsectionRef Lines; in printCodeViewInlineeLines()