Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.cpp30 if (HasExtraFiles) { in operator ()()
49 Lines.getExtractor().HasExtraFiles = hasExtraFiles(); in initialize()
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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h56 bool HasExtraFiles = false;
96 bool HasExtraFiles = false);
108 bool hasExtraFiles() const { return HasExtraFiles; }
109 void setHasExtraFiles(bool Has) { HasExtraFiles = Has; }
116 bool HasExtraFiles = false;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h106 bool HasExtraFiles; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A 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()