Home
last modified time | relevance | path

Searched refs:hasExtraFiles (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugInlineeLinesSubsection.h74 bool hasExtraFiles() const;
104 bool hasExtraFiles() const { return HasExtraFiles; }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DDebugInlineeLinesSubsection.cpp50 Lines.getExtractor().HasExtraFiles = hasExtraFiles(); in initialize()
58 bool DebugInlineeLinesSubsectionRef::hasExtraFiles() const { in hasExtraFiles() function in DebugInlineeLinesSubsectionRef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp625 Result->InlineeLines.HasExtraFiles = Lines.hasExtraFiles(); in fromCodeViewSubsection()
634 if (Lines.hasExtraFiles()) { in fromCodeViewSubsection()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1178 if (Lines.hasExtraFiles()) { in printCodeViewInlineeLines()