Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h78 bool hasExtraFiles() const;
108 bool hasExtraFiles() const { return HasExtraFiles; }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.cpp49 Lines.getExtractor().HasExtraFiles = hasExtraFiles(); in initialize()
57 bool DebugInlineeLinesSubsectionRef::hasExtraFiles() const { in hasExtraFiles() function in DebugInlineeLinesSubsectionRef
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp624 Result->InlineeLines.HasExtraFiles = Lines.hasExtraFiles(); in fromCodeViewSubsection()
633 if (Lines.hasExtraFiles()) { in fromCodeViewSubsection()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1258 if (Lines.hasExtraFiles()) { in printCodeViewInlineeLines()