reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
286 return SymbolTblPtr;
lib/Object/XCOFFObjectFile.cpp336 SymDRI.p = reinterpret_cast<uintptr_t>(SymbolTblPtr); 344 SymbolTblPtr + getLogicalNumberOfSymbolTableEntries32()); 483 return getWithOffset(reinterpret_cast<uintptr_t>(SymbolTblPtr), 488 if (SymbolEntPtr < reinterpret_cast<uintptr_t>(SymbolTblPtr)) 495 reinterpret_cast<const char *>(SymbolTblPtr); 504 reinterpret_cast<const char *>(SymbolTblPtr)) / 672 Obj->SymbolTblPtr = SymTableOrErr.get();