Home
last modified time | relevance | path

Searched refs:getAppleNamesSection (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h218 virtual const DWARFSection& getAppleNamesSection() = 0;
299 const DWARFSection& getAppleNamesSection() override { return AppleNamesSection; } in getAppleNamesSection() function
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h74 virtual const DWARFSection &getAppleNamesSection() const { return Dummy; } in getAppleNamesSection() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h72 virtual const DWARFSection &getAppleNamesSection() const { return Dummy; } in getAppleNamesSection() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp1456 if (!D.getAppleNamesSection().Data.empty()) in handleAccelTables()
1457 NumErrors += verifyAppleAccelTable(&D.getAppleNamesSection(), &StrData, in handleAccelTables()
DDWARFContext.cpp628 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/
DDWARFContext.cpp677 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
DDWARFVerifier.cpp1512 if (!D.getAppleNamesSection().Data.empty()) in handleAccelTables()
1513 NumErrors += verifyAppleAccelTable(&D.getAppleNamesSection(), &StrData, in handleAccelTables()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp260 dumpAccelSection(OS, "apple_names", getAppleNamesSection(), in dump()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp2248 (!DwarfObj.getAppleNamesSection().Data.empty() || in updateAccelKind()