Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp27 if (DebugStrings) in getNonEmptySectionNames()
95 IO.mapOptional("debug_str", DWARF.DebugStrings); in mapping()
H A DDWARFEmitter.cpp88 for (StringRef Str : *DI.DebugStrings) { in emitDebugStr()
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp95 Y.DebugStrings = DebugStr; in dumpDebugStrings()
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h214 Optional<std::vector<StringRef>> DebugStrings; member