Searched refs:getAppleObjCSection (Results 1 – 6 of 6) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFObject.h | 74 virtual const DWARFSection &getAppleObjCSection() const { return Dummy; } in getAppleObjCSection() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFVerifier.cpp | 286 DObj.getStringOffsetSection(), &DObj.getAppleObjCSection(), in handleDebugInfo() 300 DObj.getStringOffsetSection(), &DObj.getAppleObjCSection(), in handleDebugInfo() 1341 if (!D.getAppleObjCSection().Data.empty()) in handleAccelTables() 1343 verifyAppleAccelTable(&D.getAppleObjCSection(), &StrData, ".apple_objc"); in handleAccelTables()
|
D | DWARFContext.cpp | 579 DObj->getAppleObjCSection().Data)) in dump() 802 return getAccelTable(AppleObjC, *DObj, DObj->getAppleObjCSection(), in getAppleObjC() 1567 const DWARFSection &getAppleObjCSection() const override { in getAppleObjCSection() function in __anonddd817f10c11::DWARFObjInMemory
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 272 dumpAccelSection(OS, "apple_objc", getAppleObjCSection(), in dump()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 2278 !DwarfObj.getAppleObjCSection().Data.empty())) { in updateAccelKind()
|