Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h81 virtual const DWARFSection &getAppleObjCSection() const { return Dummy; } in getAppleObjCSection() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1688 if (!D.getAppleObjCSection().Data.empty()) in handleAccelTables()
1689 NumErrors += verifyAppleAccelTable(&D.getAppleObjCSection(), &StrData, in handleAccelTables()
H A DDWARFContext.cpp533 return getAccelTable(AppleObjC, DObj, DObj.getAppleObjCSection(), in getAppleObjC()
1340 DObj->getAppleObjCSection().Data)) in dump()
2416 const DWARFSection &getAppleObjCSection() const override { in getAppleObjCSection() function in __anone90d43f61111::DWARFObjInMemory