Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp41 if (PubNames) in getNonEmptySectionNames()
99 IO.mapOptional("debug_pubnames", DWARF.PubNames); in mapping()
H A DDWARFEmitter.cpp243 assert(DI.PubNames && "unexpected emitDebugPubnames() call"); in emitDebugPubnames()
244 return emitPubSection(OS, *DI.PubNames, DI.IsLittleEndian); in emitDebugPubnames()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp199 Y.PubNames = in dumpDebugPubSections()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h219 Optional<PubSection> PubNames; member