Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugInlineeLinesSubsection.cpp42 DebugInlineeLinesSubsectionRef::DebugInlineeLinesSubsectionRef() in DebugInlineeLinesSubsectionRef() function in DebugInlineeLinesSubsectionRef
45 Error DebugInlineeLinesSubsectionRef::initialize(BinaryStreamReader Reader) { in initialize()
57 bool DebugInlineeLinesSubsectionRef::hasExtraFiles() const { in hasExtraFiles()
DDebugSubsectionVisitor.cpp48 DebugInlineeLinesSubsectionRef Fragment; in visitDebugSubsection()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugInlineeLinesSubsection.h61 class DebugInlineeLinesSubsectionRef final : public DebugSubsectionRef {
66 DebugInlineeLinesSubsectionRef();
DDebugSubsectionVisitor.h24 class DebugInlineeLinesSubsectionRef; variable
46 virtual Error visitInlineeLines(DebugInlineeLinesSubsectionRef &Inlinees,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp146 const DebugInlineeLinesSubsectionRef &Lines);
621 const DebugInlineeLinesSubsectionRef &Lines) { in fromCodeViewSubsection()
773 Error visitInlineeLines(DebugInlineeLinesSubsectionRef &Inlinees,
820 DebugInlineeLinesSubsectionRef &Inlinees, in visitInlineeLines()