Searched refs:getAccelTable (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 889 static T &getAccelTable(std::unique_ptr<T> &Cache, const DWARFObject &Obj, in getAccelTable() function 903 return getAccelTable(Names, *DObj, DObj->getNamesSection(), in getDebugNames() 908 return getAccelTable(AppleNames, *DObj, DObj->getAppleNamesSection(), in getAppleNames() 913 return getAccelTable(AppleTypes, *DObj, DObj->getAppleTypesSection(), in getAppleTypes() 918 return getAccelTable(AppleNamespaces, *DObj, in getAppleNamespaces() 924 return getAccelTable(AppleObjC, *DObj, DObj->getAppleObjCSection(), in getAppleObjC()
|