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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h78 bool hasExtraFiles() const;
108 bool hasExtraFiles() const { return HasExtraFiles; } function in class:llvm::codeview::final
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.cpp49 Lines.getExtractor().HasExtraFiles = hasExtraFiles();
57 bool DebugInlineeLinesSubsectionRef::hasExtraFiles() const { function in class:DebugInlineeLinesSubsectionRef
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp624 Result->InlineeLines.HasExtraFiles = Lines.hasExtraFiles();
633 if (Lines.hasExtraFiles()) {
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1238 if (Lines.hasExtraFiles()) {

Completed in 81 milliseconds