Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h219 virtual const DWARFSection& getAppleTypesSection() = 0;
300 const DWARFSection& getAppleTypesSection() override { return AppleTypesSection; } in getAppleTypesSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h69 virtual const DWARFSection &getAppleTypesSection() const { return Dummy; } in getAppleTypesSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp571 DObj->getAppleTypesSection().Data)) in dump()
791 return getAccelTable(AppleTypes, *DObj, DObj->getAppleTypesSection(), in getAppleTypes()
1561 const DWARFSection &getAppleTypesSection() const override { in getAppleTypesSection() function in __anonddd817f10c11::DWARFObjInMemory
DDWARFVerifier.cpp1335 if (!D.getAppleTypesSection().Data.empty()) in handleAccelTables()
1337 verifyAppleAccelTable(&D.getAppleTypesSection(), &StrData, ".apple_types"); in handleAccelTables()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp264 dumpAccelSection(OS, "apple_types", getAppleTypesSection(), in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.cpp2276 !DwarfObj.getAppleTypesSection().Data.empty() || in updateAccelKind()