Searched refs:getAccelTable (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 767 static T &getAccelTable(std::unique_ptr<T> &Cache, const DWARFObject &Obj, in getAccelTable() function 781 return getAccelTable(Names, *DObj, DObj->getDebugNamesSection(), in getDebugNames() 786 return getAccelTable(AppleNames, *DObj, DObj->getAppleNamesSection(), in getAppleNames() 791 return getAccelTable(AppleTypes, *DObj, DObj->getAppleTypesSection(), in getAppleTypes() 796 return getAccelTable(AppleNamespaces, *DObj, in getAppleNamespaces() 802 return getAccelTable(AppleObjC, *DObj, DObj->getAppleObjCSection(), in getAppleObjC()
|