Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h74 virtual const DWARFSection &getAppleNamesSection() const { return Dummy; } in getAppleNamesSection() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp677 DObj->getAppleNamesSection().Data)) in dump()
908 return getAccelTable(AppleNames, *DObj, DObj->getAppleNamesSection(), in getAppleNames()
1937 const DWARFSection &getAppleNamesSection() const override { in getAppleNamesSection() function in __anond6a2cae20f11::DWARFObjInMemory
H A DDWARFVerifier.cpp1512 if (!D.getAppleNamesSection().Data.empty()) in handleAccelTables()
1513 NumErrors += verifyAppleAccelTable(&D.getAppleNamesSection(), &StrData, in handleAccelTables()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp2220 (!DwarfObj.getAppleNamesSection().Data.empty() || in updateAccelKind()