Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp27 if (DebugStrings) in getNonEmptySectionNames()
93 IO.mapOptional("debug_str", DWARF.DebugStrings); in mapping()
H A DDWARFEmitter.cpp89 for (StringRef Str : *DI.DebugStrings) { in emitDebugStr()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h215 std::optional<std::vector<StringRef>> DebugStrings; member