Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp20 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 DSymbolCache.cpp114 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 DNativeTypePointer.h22 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 DBUILD.gn54 "Native/NativeTypePointer.cpp",
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/
H A DCMakeLists.txt79 Native/NativeTypePointer.cpp
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5244 llvm/include/llvm/DebugInfo/PDB/Native/NativeTypePointer.h
5981 llvm/lib/DebugInfo/PDB/Native/NativeTypePointer.cpp