reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
297 return A.getRawPtr() < B.getRawPtr(); 297 return A.getRawPtr() < B.getRawPtr(); 1019 Res = reinterpret_cast<const T *>(S->getRawPtr());lib/Object/COFFObjectFile.cpp
1028 Aux = reinterpret_cast<const uint8_t *>(Symbol.getRawPtr()) + SymbolSize; 1046 reinterpret_cast<uintptr_t>(Symbol.getRawPtr()) - getSymbolTable();tools/llvm-objcopy/COFF/Reader.cpp
100 *reinterpret_cast<const coff_symbol32 *>(SymRef.getRawPtr())); 103 *reinterpret_cast<const coff_symbol16 *>(SymRef.getRawPtr()));