Searched refs:getAppleNamesSection (Results 1 – 9 of 9) sorted by relevance
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 218 virtual const DWARFSection& getAppleNamesSection() = 0; 299 const DWARFSection& getAppleNamesSection() override { return AppleNamesSection; } in getAppleNamesSection() function
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFObject.h | 74 virtual const DWARFSection &getAppleNamesSection() const { return Dummy; } in getAppleNamesSection() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFObject.h | 72 virtual const DWARFSection &getAppleNamesSection() const { return Dummy; } in getAppleNamesSection() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFVerifier.cpp | 1456 if (!D.getAppleNamesSection().Data.empty()) in handleAccelTables() 1457 NumErrors += verifyAppleAccelTable(&D.getAppleNamesSection(), &StrData, in handleAccelTables()
|
D | DWARFContext.cpp | 628 DObj->getAppleNamesSection().Data)) in dump() 845 return getAccelTable(AppleNames, *DObj, DObj->getAppleNamesSection(), in getAppleNames() 1860 const DWARFSection &getAppleNamesSection() const override { in getAppleNamesSection() function in __anonb929a5320d11::DWARFObjInMemory
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 677 DObj->getAppleNamesSection().Data)) in dump() 903 return getAccelTable(AppleNames, *DObj, DObj->getAppleNamesSection(), in getAppleNames() 1924 const DWARFSection &getAppleNamesSection() const override { in getAppleNamesSection() function in __anon7fa3c61e0f11::DWARFObjInMemory
|
D | DWARFVerifier.cpp | 1512 if (!D.getAppleNamesSection().Data.empty()) in handleAccelTables() 1513 NumErrors += verifyAppleAccelTable(&D.getAppleNamesSection(), &StrData, in handleAccelTables()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 260 dumpAccelSection(OS, "apple_names", getAppleNamesSection(), in dump()
|
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFLinker.cpp | 2248 (!DwarfObj.getAppleNamesSection().Data.empty() || in updateAccelKind()
|