Searched full:hasextrafiles (Results 1 – 8 of 8) sorted by relevance
31 if (HasExtraFiles) { in operator ()()50 Lines.getExtractor().HasExtraFiles = hasExtraFiles(); in initialize()58 bool DebugInlineeLinesSubsectionRef::hasExtraFiles() const { in hasExtraFiles() function in DebugInlineeLinesSubsectionRef63 DebugChecksumsSubsection &Checksums, bool HasExtraFiles) in DebugInlineeLinesSubsection() argument65 HasExtraFiles(HasExtraFiles) {} in DebugInlineeLinesSubsection()73 if (HasExtraFiles) { in calculateSerializedSize()86 if (HasExtraFiles) in commit()96 if (!HasExtraFiles) in commit()
57 bool HasExtraFiles = false;74 bool hasExtraFiles() const;92 bool HasExtraFiles = false);104 bool hasExtraFiles() const { return HasExtraFiles; }105 void setHasExtraFiles(bool Has) { HasExtraFiles = Has; }112 bool HasExtraFiles = false;
337 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()634 if (Lines.hasExtraFiles()) { in fromCodeViewSubsection()
60 HasExtraFiles: false
62 YAML-NEXT: HasExtraFiles: false
107 bool HasExtraFiles; member
1002 bool HasExtraFiles = Signature == unsigned(InlineeLinesSignature::ExtraFiles); in printCodeViewInlineeLines() local1012 if (HasExtraFiles) { in printCodeViewInlineeLines()
1178 if (Lines.hasExtraFiles()) { in printCodeViewInlineeLines()