Home
last modified time | relevance | path

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

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