Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugInlineeLinesSubsection.cpp30 if (HasExtraFiles) { in operator ()()
49 Lines.getExtractor().HasExtraFiles = hasExtraFiles(); in initialize()
57 bool DebugInlineeLinesSubsectionRef::hasExtraFiles() const { in hasExtraFiles() function in DebugInlineeLinesSubsectionRef
62 DebugChecksumsSubsection &Checksums, bool HasExtraFiles) in DebugInlineeLinesSubsection() argument
64 HasExtraFiles(HasExtraFiles) {} in DebugInlineeLinesSubsection()
72 if (HasExtraFiles) { in calculateSerializedSize()
85 if (HasExtraFiles) in commit()
95 if (!HasExtraFiles) in commit()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DDebugInlineeLinesSubsection.cpp30 if (HasExtraFiles) { in operator ()()
49 Lines.getExtractor().HasExtraFiles = hasExtraFiles(); in initialize()
57 bool DebugInlineeLinesSubsectionRef::hasExtraFiles() const { in hasExtraFiles() function in DebugInlineeLinesSubsectionRef
62 DebugChecksumsSubsection &Checksums, bool HasExtraFiles) in DebugInlineeLinesSubsection() argument
64 HasExtraFiles(HasExtraFiles) {} in DebugInlineeLinesSubsection()
72 if (HasExtraFiles) { in calculateSerializedSize()
85 if (HasExtraFiles) in commit()
95 if (!HasExtraFiles) in commit()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugInlineeLinesSubsection.h56 bool HasExtraFiles = false;
78 bool hasExtraFiles() const;
96 bool HasExtraFiles = false);
108 bool hasExtraFiles() const { return HasExtraFiles; }
109 void setHasExtraFiles(bool Has) { HasExtraFiles = Has; }
116 bool HasExtraFiles = false;
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DDebugInlineeLinesSubsection.h56 bool HasExtraFiles = false;
78 bool hasExtraFiles() const;
96 bool HasExtraFiles = false);
108 bool hasExtraFiles() const { return HasExtraFiles; }
109 void setHasExtraFiles(bool Has) { HasExtraFiles = Has; }
116 bool HasExtraFiles = false;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp336 IO.mapRequired("HasExtraFiles", InlineeLines.HasExtraFiles); in map()
448 *SC.checksums(), InlineeLines.HasExtraFiles); in toCodeViewSubsection()
453 if (!InlineeLines.HasExtraFiles) in toCodeViewSubsection()
624 Result->InlineeLines.HasExtraFiles = Lines.hasExtraFiles(); in fromCodeViewSubsection()
633 if (Lines.hasExtraFiles()) { in fromCodeViewSubsection()
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp336 IO.mapRequired("HasExtraFiles", InlineeLines.HasExtraFiles); in map()
448 *SC.checksums(), InlineeLines.HasExtraFiles); in toCodeViewSubsection()
453 if (!InlineeLines.HasExtraFiles) in toCodeViewSubsection()
624 Result->InlineeLines.HasExtraFiles = Lines.hasExtraFiles(); in fromCodeViewSubsection()
633 if (Lines.hasExtraFiles()) { in fromCodeViewSubsection()
/external/llvm-project/llvm/test/DebugInfo/PDB/Inputs/
Ddebug-subsections.yaml60 HasExtraFiles: false
/external/llvm-project/llvm/test/DebugInfo/PDB/
Dpdbdump-debug-subsections.test62 YAML-NEXT: HasExtraFiles: false
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLDebugSections.h106 bool HasExtraFiles; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLDebugSections.h106 bool HasExtraFiles; member
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1002 bool HasExtraFiles = Signature == unsigned(InlineeLinesSignature::ExtraFiles); in printCodeViewInlineeLines() local
1012 if (HasExtraFiles) { in printCodeViewInlineeLines()
/external/llvm-project/lld/test/COFF/Inputs/
Dpdb-file-statics-a.yaml105 HasExtraFiles: false
/external/llvm-project/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1240 if (Lines.hasExtraFiles()) { in printCodeViewInlineeLines()