Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h55 bool HasExtraFiles = false;
95 bool HasExtraFiles = false);
107 bool hasExtraFiles() const { return HasExtraFiles; }
108 void setHasExtraFiles(bool Has) { HasExtraFiles = Has; }
115 bool HasExtraFiles = false;
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h106 bool HasExtraFiles; member
/freebsd/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()