Searched refs:IsGNUStyle (Results 1 – 4 of 4) sorted by relevance
94 if (Y.IsGNUStyle) in dumpPubSection()103 Y.PubNames.IsGNUStyle = false; in dumpDebugPubSections()106 Y.PubTypes.IsGNUStyle = false; in dumpDebugPubSections()109 Y.GNUPubNames.IsGNUStyle = true; in dumpDebugPubSections()112 Y.GNUPubTypes.IsGNUStyle = true; in dumpDebugPubSections()
80 if (reinterpret_cast<DWARFYAML::PubSection *>(IO.getContext())->IsGNUStyle) in mapping()
127 if (Sect.IsGNUStyle) in EmitPubSection()
86 bool IsGNUStyle = false; member