Searched full:hasextrafiles (Results 1 – 9 of 9) 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()
55 bool HasExtraFiles = false;77 bool hasExtraFiles() const;95 bool HasExtraFiles = false);107 bool hasExtraFiles() const { return HasExtraFiles; }108 void setHasExtraFiles(bool Has) { HasExtraFiles = Has; }115 bool HasExtraFiles = false;
334 IO.mapRequired("HasExtraFiles", InlineeLines.HasExtraFiles); in map() 446 *SC.checksums(), InlineeLines.HasExtraFiles); in toCodeViewSubsection() 451 if (!InlineeLines.HasExtraFiles) in toCodeViewSubsection() 622 Result->InlineeLines.HasExtraFiles = Lines.hasExtraFiles(); in fromCodeViewSubsection() 631 if (Lines.hasExtraFiles()) { in fromCodeViewSubsection()
60 HasExtraFiles: false
62 YAML-NEXT: HasExtraFiles: false
106 bool HasExtraFiles; member
105 HasExtraFiles: false
254 if (Lines.hasExtraFiles()) { in collectInlineeInfo()
1450 if (Lines.hasExtraFiles()) { in mergeCodeViewTypes()