Searched refs:getAccelTable (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 797 static T &getAccelTable(std::unique_ptr<T> &Cache, const DWARFObject &Obj, in getAccelTable() function 811 return getAccelTable(Names, *DObj, DObj->getDebugNamesSection(), in getDebugNames() 816 return getAccelTable(AppleNames, *DObj, DObj->getAppleNamesSection(), in getAppleNames() 821 return getAccelTable(AppleTypes, *DObj, DObj->getAppleTypesSection(), in getAppleTypes() 826 return getAccelTable(AppleNamespaces, *DObj, in getAppleNamespaces() 832 return getAccelTable(AppleObjC, *DObj, DObj->getAppleObjCSection(), in getAppleObjC()
|