Searched refs:getAppleTypesSection (Results 1 – 9 of 9) sorted by relevance
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 219 virtual const DWARFSection& getAppleTypesSection() = 0; 300 const DWARFSection& getAppleTypesSection() override { return AppleTypesSection; } in getAppleTypesSection() function
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFObject.h | 75 virtual const DWARFSection &getAppleTypesSection() const { return Dummy; } in getAppleTypesSection() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFObject.h | 73 virtual const DWARFSection &getAppleTypesSection() const { return Dummy; } in getAppleTypesSection() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFVerifier.cpp | 1459 if (!D.getAppleTypesSection().Data.empty()) in handleAccelTables() 1460 NumErrors += verifyAppleAccelTable(&D.getAppleTypesSection(), &StrData, in handleAccelTables()
|
D | DWARFContext.cpp | 632 DObj->getAppleTypesSection().Data)) in dump() 850 return getAccelTable(AppleTypes, *DObj, DObj->getAppleTypesSection(), in getAppleTypes() 1863 const DWARFSection &getAppleTypesSection() const override { in getAppleTypesSection() function in __anonb929a5320d11::DWARFObjInMemory
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 681 DObj->getAppleTypesSection().Data)) in dump() 908 return getAccelTable(AppleTypes, *DObj, DObj->getAppleTypesSection(), in getAppleTypes() 1927 const DWARFSection &getAppleTypesSection() const override { in getAppleTypesSection() function in __anon7fa3c61e0f11::DWARFObjInMemory
|
D | DWARFVerifier.cpp | 1515 if (!D.getAppleTypesSection().Data.empty()) in handleAccelTables() 1516 NumErrors += verifyAppleAccelTable(&D.getAppleTypesSection(), &StrData, in handleAccelTables()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 264 dumpAccelSection(OS, "apple_types", getAppleTypesSection(), in dump()
|
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFLinker.cpp | 2249 !DwarfObj.getAppleTypesSection().Data.empty() || in updateAccelKind()
|