Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp41 if (PubNames) in getNonEmptySectionNames()
99 IO.mapOptional("debug_pubnames", DWARF.PubNames); in mapping()
H A DDWARFEmitter.cpp244 assert(DI.PubNames && "unexpected emitDebugPubnames() call"); in emitDebugPubnames()
245 return emitPubSection(OS, *DI.PubNames, DI.IsLittleEndian); in emitDebugPubnames()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h242 std::optional<PubSection> PubNames; member