Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h221 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/
DDWARFObject.h74 virtual const DWARFSection &getAppleObjCSection() const { return Dummy; } in getAppleObjCSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp286 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()
DDWARFContext.cpp579 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/
DDWARFContext.cpp272 dumpAccelSection(OS, "apple_objc", getAppleObjCSection(), in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.cpp2278 !DwarfObj.getAppleObjCSection().Data.empty())) { in updateAccelKind()