Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h80 virtual const DWARFSection &getAppleObjCSection() const { return Dummy; } in getAppleObjCSection() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp689 DObj->getAppleObjCSection().Data)) in dump()
924 return getAccelTable(AppleObjC, *DObj, DObj->getAppleObjCSection(), in getAppleObjC()
1945 const DWARFSection &getAppleObjCSection() const override { in getAppleObjCSection() function in __anona8a913f90f11::DWARFObjInMemory
H A DDWARFVerifier.cpp1521 if (!D.getAppleObjCSection().Data.empty()) in handleAccelTables()
1522 NumErrors += verifyAppleAccelTable(&D.getAppleObjCSection(), &StrData, in handleAccelTables()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp2223 !DwarfObj.getAppleObjCSection().Data.empty())) { in updateAccelKind()