Searched refs:NativeTypePointer (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypePointer.cpp | 20 NativeTypePointer::NativeTypePointer(NativeSession &Session, SymIndexId Id, in NativeTypePointer() function in NativeTypePointer 27 NativeTypePointer::NativeTypePointer(NativeSession &Session, SymIndexId Id, in NativeTypePointer() function in NativeTypePointer 33 NativeTypePointer::~NativeTypePointer() = default; 79 uint64_t NativeTypePointer::getLength() const { in getLength() 101 SymIndexId NativeTypePointer::getTypeId() const { in getTypeId() 108 bool NativeTypePointer::isReference() const { in isReference() 132 bool NativeTypePointer::isConstType() const { in isConstType() 138 bool NativeTypePointer::isRestrictedType() const { in isRestrictedType() 145 bool NativeTypePointer::isVolatileType() const { in isVolatileType() 152 bool NativeTypePointer::isUnalignedType() const { in isUnalignedType() [all …]
|
| H A D | SymbolCache.cpp | 114 return createSymbol<NativeTypePointer>(Index); in createSimpleType() 217 Id = createSymbolForType<NativeTypePointer, PointerRecord>(Index, in findSymbolByTypeIndex()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeTypePointer.h | 21 class NativeTypePointer : public NativeRawSymbol { 24 NativeTypePointer(NativeSession &Session, SymIndexId Id, 28 NativeTypePointer(NativeSession &Session, SymIndexId Id, 30 ~NativeTypePointer() override;
|
| /freebsd-14.2/lib/clang/libllvm/ |
| H A D | Makefile | 623 SRCS_EXT+= DebugInfo/PDB/Native/NativeTypePointer.cpp
|