Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DDWARF.h52 const llvm::DWARFSection &getGnuPubNamesSection() const override { in getGnuPubNamesSection() function
H A DSyntheticSections.cpp2454 const DWARFSection &PubNames = Obj.getGnuPubNamesSection(); in readPubNamesAndTypes()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h54 virtual const DWARFSection &getGnuPubNamesSection() const { return Dummy; } in getGnuPubNamesSection() function
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp564 DObj->getGnuPubNamesSection().Data)) in dump()
565 DWARFDebugPubTable(*DObj, DObj->getGnuPubNamesSection(), isLittleEndian(), in dump()
1605 const DWARFSection &getGnuPubNamesSection() const override { in getGnuPubNamesSection() function in __anonf3f23cd30d11::DWARFObjInMemory