Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
DDebugInlineeLinesSubsection.h77 bool hasExtraFiles() const;
107 bool hasExtraFiles() const { return HasExtraFiles; }
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
DDebugInlineeLinesSubsection.cpp50 Lines.getExtractor().HasExtraFiles = hasExtraFiles(); in initialize()
58 bool DebugInlineeLinesSubsectionRef::hasExtraFiles() const { in hasExtraFiles() function in DebugInlineeLinesSubsectionRef
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp624 Result->InlineeLines.HasExtraFiles = Lines.hasExtraFiles(); in fromCodeViewSubsection()
633 if (Lines.hasExtraFiles()) { in fromCodeViewSubsection()
/openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1316 if (Lines.hasExtraFiles()) { in printCodeViewInlineeLines()