Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp34 if (!DWARF.PubTypes.Entries.empty() || !IO.outputting()) in mapping()
35 IO.mapOptional("debug_pubtypes", DWARF.PubTypes); in mapping()
/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h150 PubSection PubTypes; member
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.cpp2455 const DWARFSection &PubTypes = Obj.getGnuPubTypesSection(); in readPubNamesAndTypes() local
2458 for (const DWARFSection *Pub : {&PubNames, &PubTypes}) { in readPubNamesAndTypes()