Home
last modified time | relevance | path

Searched refs:getAppleNamesSection (Results 1 – 6 of 6) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h68 virtual const DWARFSection &getAppleNamesSection() const { return Dummy; } in getAppleNamesSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp567 DObj->getAppleNamesSection().Data)) in dump()
786 return getAccelTable(AppleNames, *DObj, DObj->getAppleNamesSection(), in getAppleNames()
1558 const DWARFSection &getAppleNamesSection() const override { in getAppleNamesSection() function in __anonddd817f10c11::DWARFObjInMemory
DDWARFVerifier.cpp1332 if (!D.getAppleNamesSection().Data.empty()) in handleAccelTables()
1334 verifyAppleAccelTable(&D.getAppleNamesSection(), &StrData, ".apple_names"); in handleAccelTables()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp260 dumpAccelSection(OS, "apple_names", getAppleNamesSection(), in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.cpp2275 (!DwarfObj.getAppleNamesSection().Data.empty() || in updateAccelKind()