Home
last modified time | relevance | path

Searched full:hasextrafiles (Results 1 – 9 of 9) sorted by relevance

/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.cpp31 if (HasExtraFiles) { in operator ()()
50 Lines.getExtractor().HasExtraFiles = hasExtraFiles(); in initialize()
58 bool DebugInlineeLinesSubsectionRef::hasExtraFiles() const { in hasExtraFiles() function in DebugInlineeLinesSubsectionRef
63 DebugChecksumsSubsection &Checksums, bool HasExtraFiles) in DebugInlineeLinesSubsection() argument
65 HasExtraFiles(HasExtraFiles) {} in DebugInlineeLinesSubsection()
73 if (HasExtraFiles) { in calculateSerializedSize()
86 if (HasExtraFiles) in commit()
96 if (!HasExtraFiles) in commit()
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h55 bool HasExtraFiles = false;
77 bool hasExtraFiles() const;
95 bool HasExtraFiles = false);
107 bool hasExtraFiles() const { return HasExtraFiles; }
108 void setHasExtraFiles(bool Has) { HasExtraFiles = Has; }
115 bool HasExtraFiles = false;
/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp334 IO.mapRequired("HasExtraFiles", InlineeLines.HasExtraFiles); in map()
446 *SC.checksums(), InlineeLines.HasExtraFiles); in toCodeViewSubsection()
451 if (!InlineeLines.HasExtraFiles) in toCodeViewSubsection()
622 Result->InlineeLines.HasExtraFiles = Lines.hasExtraFiles(); in fromCodeViewSubsection()
631 if (Lines.hasExtraFiles()) { in fromCodeViewSubsection()
/llvm-project/llvm/test/DebugInfo/PDB/Inputs/
H A Ddebug-subsections.yaml60 HasExtraFiles: false
/llvm-project/llvm/test/DebugInfo/PDB/
H A Dpdbdump-debug-subsections.test62 YAML-NEXT: HasExtraFiles: false
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h106 bool HasExtraFiles; member
/llvm-project/lld/test/COFF/Inputs/
H A Dpdb-file-statics-a.yaml105 HasExtraFiles: false
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp254 if (Lines.hasExtraFiles()) { in collectInlineeInfo()
/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1450 if (Lines.hasExtraFiles()) { in mergeCodeViewTypes()