Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DDWARFYAML.cpp41 if (PubNames) in getNonEmptySectionNames()
99 IO.mapOptional("debug_pubnames", DWARF.PubNames); in mapping()
DDWARFEmitter.cpp243 assert(DI.PubNames && "unexpected emitDebugPubnames() call"); in emitDebugPubnames()
244 return emitPubSection(OS, *DI.PubNames, DI.IsLittleEndian); in emitDebugPubnames()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h219 Optional<PubSection> PubNames; member