Searched refs:getAccelTable (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 927 static T &getAccelTable(std::unique_ptr<T> &Cache, const DWARFObject &Obj, in getAccelTable() function 941 return getAccelTable(Names, *DObj, DObj->getNamesSection(), in getDebugNames() 946 return getAccelTable(AppleNames, *DObj, DObj->getAppleNamesSection(), in getAppleNames() 951 return getAccelTable(AppleTypes, *DObj, DObj->getAppleTypesSection(), in getAppleTypes() 956 return getAccelTable(AppleNamespaces, *DObj, in getAppleNamespaces() 962 return getAccelTable(AppleObjC, *DObj, DObj->getAppleObjCSection(), in getAppleObjC()
|