/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | DebugInlineeLinesSubsection.cpp | 30 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/ |
D | DebugInlineeLinesSubsection.cpp | 30 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/ |
D | DebugInlineeLinesSubsection.h | 56 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/ |
D | DebugInlineeLinesSubsection.h | 56 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/ |
D | CodeViewYAMLDebugSections.cpp | 336 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/ |
D | CodeViewYAMLDebugSections.cpp | 336 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/ |
D | debug-subsections.yaml | 60 HasExtraFiles: false
|
/external/llvm-project/llvm/test/DebugInfo/PDB/ |
D | pdbdump-debug-subsections.test | 62 YAML-NEXT: HasExtraFiles: false
|
/external/llvm-project/llvm/include/llvm/ObjectYAML/ |
D | CodeViewYAMLDebugSections.h | 106 bool HasExtraFiles; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | CodeViewYAMLDebugSections.h | 106 bool HasExtraFiles; member
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 1002 bool HasExtraFiles = Signature == unsigned(InlineeLinesSignature::ExtraFiles); in printCodeViewInlineeLines() local 1012 if (HasExtraFiles) { in printCodeViewInlineeLines()
|
/external/llvm-project/lld/test/COFF/Inputs/ |
D | pdb-file-statics-a.yaml | 105 HasExtraFiles: false
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 1240 if (Lines.hasExtraFiles()) { in printCodeViewInlineeLines()
|