Searched refs:NativeTypePointer (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeTypePointer.h | 22 class NativeTypePointer : public NativeRawSymbol { 25 NativeTypePointer(NativeSession &Session, SymIndexId Id, 29 NativeTypePointer(NativeSession &Session, SymIndexId Id, 31 ~NativeTypePointer() override;
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/ |
| H A D | BUILD.gn | 54 "Native/NativeTypePointer.cpp",
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/ |
| H A D | CMakeLists.txt | 79 Native/NativeTypePointer.cpp
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 5244 llvm/include/llvm/DebugInfo/PDB/Native/NativeTypePointer.h 5981 llvm/lib/DebugInfo/PDB/Native/NativeTypePointer.cpp
|