Home
last modified time | relevance | path

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

/llvm-project/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;
35 void NativeTypePointer::dump(raw_ostream &OS, int Indent, in dump()
70 SymIndexId NativeTypePointer::getClassParentId() const { in getClassParentId()
79 uint64_t NativeTypePointer::getLength() const { in getLength()
101 SymIndexId NativeTypePointer::getTypeId() const { in getTypeId()
108 bool NativeTypePointer::isReference() const { in isReference()
114 bool NativeTypePointer::isRValueReference() const { in isRValueReference()
120 bool NativeTypePointer::isPointerToDataMember() const { in isPointerToDataMember()
[all …]
H A DSymbolCache.cpp30 #include "llvm/DebugInfo/PDB/Native/NativeTypePointer.h"
114 return createSymbol<NativeTypePointer>(Index); in createSimpleType()
217 Id = createSymbolForType<NativeTypePointer, PointerRecord>(Index, in findSymbolByTypeIndex()
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypePointer.h21 class NativeTypePointer : public NativeRawSymbol {
24 NativeTypePointer(NativeSession &Session, SymIndexId Id,
28 NativeTypePointer(NativeSession &Session, SymIndexId Id,
30 ~NativeTypePointer() override;
/llvm-project/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/
H A DBUILD.gn54 "Native/NativeTypePointer.cpp",
/llvm-project/llvm/lib/DebugInfo/PDB/
H A DCMakeLists.txt79 Native/NativeTypePointer.cpp