Home
last modified time | relevance | path

Searched refs:HasExtraFiles (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DDebugInlineeLinesSubsection.cpp31 if (HasExtraFiles) { in operator ()()
50 Lines.getExtractor().HasExtraFiles = hasExtraFiles(); in initialize()
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()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugInlineeLinesSubsection.h57 bool HasExtraFiles = false;
92 bool HasExtraFiles = false);
104 bool hasExtraFiles() const { return HasExtraFiles; }
105 void setHasExtraFiles(bool Has) { HasExtraFiles = Has; }
112 bool HasExtraFiles = false;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLDebugSections.h107 bool HasExtraFiles; member
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/
Dpdbdump-debug-subsections.test62 YAML-NEXT: HasExtraFiles: false
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp337 IO.mapRequired("HasExtraFiles", InlineeLines.HasExtraFiles); in map()
449 *SC.checksums(), InlineeLines.HasExtraFiles); in toCodeViewSubsection()
454 if (!InlineeLines.HasExtraFiles) in toCodeViewSubsection()
625 Result->InlineeLines.HasExtraFiles = Lines.hasExtraFiles(); in fromCodeViewSubsection()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1002 bool HasExtraFiles = Signature == unsigned(InlineeLinesSignature::ExtraFiles); in printCodeViewInlineeLines() local
1012 if (HasExtraFiles) { in printCodeViewInlineeLines()