Home
last modified time | relevance | path

Searched refs:DebugStrings (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DDWARFYAML.cpp19 return 0 == DebugStrings.size() + AbbrevDecls.size(); in isEmpty()
27 IO.mapOptional("debug_str", DWARF.DebugStrings); in mapping()
DDWARFEmitter.cpp72 for (auto Str : DI.DebugStrings) { in EmitDebugStr()
/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFYAML.cpp27 if (DebugStrings) in getNonEmptySectionNames()
95 IO.mapOptional("debug_str", DWARF.DebugStrings); in mapping()
DDWARFEmitter.cpp89 for (StringRef Str : *DI.DebugStrings) { in emitDebugStr()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h146 std::vector<StringRef> DebugStrings; member
/external/llvm-project/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp94 Y.DebugStrings = DebugStr; in dumpDebugStrings()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h214 Optional<std::vector<StringRef>> DebugStrings; member