Searched refs:DebugStrings (Results 1 – 7 of 7) sorted by relevance
19 return 0 == DebugStrings.size() + AbbrevDecls.size(); in isEmpty()27 IO.mapOptional("debug_str", DWARF.DebugStrings); in mapping()
72 for (auto Str : DI.DebugStrings) { in EmitDebugStr()
27 if (DebugStrings) in getNonEmptySectionNames()95 IO.mapOptional("debug_str", DWARF.DebugStrings); in mapping()
89 for (StringRef Str : *DI.DebugStrings) { in emitDebugStr()
146 std::vector<StringRef> DebugStrings; member
94 Y.DebugStrings = DebugStr; in dumpDebugStrings()
214 Optional<std::vector<StringRef>> DebugStrings; member