Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DDWARF.h59 const LLDDWARFSection &getGnuPubnamesSection() const override { in getGnuPubnamesSection() function
H A DSyntheticSections.cpp3378 const LLDDWARFSection &pubNames = obj.getGnuPubnamesSection(); in readPubNamesAndTypes()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h57 virtual const DWARFSection &getGnuPubnamesSection() const { return Dummy; } in getGnuPubnamesSection() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1298 DObj->getGnuPubnamesSection().Data)) { in dump()
1299 DWARFDataExtractor PubTableData(*DObj, DObj->getGnuPubnamesSection(), in dump()
2403 const DWARFSection &getGnuPubnamesSection() const override { in getGnuPubnamesSection() function in __anonfc0a132e1211::DWARFObjInMemory