Home
last modified time | relevance | path

Searched refs:getAccelTable (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp996 static T &getAccelTable(std::unique_ptr<T> &Cache, const DWARFObject &Obj, in getAccelTable() function
1010 return getAccelTable(Names, *DObj, DObj->getNamesSection(), in getDebugNames()
1015 return getAccelTable(AppleNames, *DObj, DObj->getAppleNamesSection(), in getAppleNames()
1020 return getAccelTable(AppleTypes, *DObj, DObj->getAppleTypesSection(), in getAppleTypes()
1025 return getAccelTable(AppleNamespaces, *DObj, in getAppleNamespaces()
1031 return getAccelTable(AppleObjC, *DObj, DObj->getAppleObjCSection(), in getAppleObjC()