Searched refs:getAppleObjCSection (Results 1 – 9 of 9) sorted by relevance
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 221 virtual const DWARFSection& getAppleObjCSection() = 0; 302 const DWARFSection& getAppleObjCSection() override { return AppleObjCSection; } in getAppleObjCSection() function
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFObject.h | 80 virtual const DWARFSection &getAppleObjCSection() const { return Dummy; } in getAppleObjCSection() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFObject.h | 78 virtual const DWARFSection &getAppleObjCSection() const { return Dummy; } in getAppleObjCSection() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFVerifier.cpp | 310 DObj.getStrOffsetsSection(), &DObj.getAppleObjCSection(), in verifyUnitSection() 324 DObj.getStrOffsetsSection(), &DObj.getAppleObjCSection(), in verifyUnitSection() 1465 if (!D.getAppleObjCSection().Data.empty()) in handleAccelTables() 1466 NumErrors += verifyAppleAccelTable(&D.getAppleObjCSection(), &StrData, in handleAccelTables()
|
D | DWARFContext.cpp | 640 DObj->getAppleObjCSection().Data)) in dump() 861 return getAccelTable(AppleObjC, *DObj, DObj->getAppleObjCSection(), in getAppleObjC() 1869 const DWARFSection &getAppleObjCSection() const override { in getAppleObjCSection() function in __anonb929a5320d11::DWARFObjInMemory
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 689 DObj->getAppleObjCSection().Data)) in dump() 919 return getAccelTable(AppleObjC, *DObj, DObj->getAppleObjCSection(), in getAppleObjC() 1933 const DWARFSection &getAppleObjCSection() const override { in getAppleObjCSection() function in __anon7fa3c61e0f11::DWARFObjInMemory
|
D | DWARFVerifier.cpp | 1521 if (!D.getAppleObjCSection().Data.empty()) in handleAccelTables() 1522 NumErrors += verifyAppleAccelTable(&D.getAppleObjCSection(), &StrData, in handleAccelTables()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 272 dumpAccelSection(OS, "apple_objc", getAppleObjCSection(), in dump()
|
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFLinker.cpp | 2251 !DwarfObj.getAppleObjCSection().Data.empty())) { in updateAccelKind()
|