Home
last modified time | relevance | path

Searched refs:NativeTypeUDT (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp19 NativeTypeUDT::NativeTypeUDT(NativeSession &Session, SymIndexId Id, in NativeTypeUDT() function in NativeTypeUDT
24 NativeTypeUDT::NativeTypeUDT(NativeSession &Session, SymIndexId Id, in NativeTypeUDT() function in NativeTypeUDT
29 NativeTypeUDT::NativeTypeUDT(NativeSession &Session, SymIndexId Id, in NativeTypeUDT() function in NativeTypeUDT
30 NativeTypeUDT &UnmodifiedType, in NativeTypeUDT()
35 NativeTypeUDT::~NativeTypeUDT() {} in ~NativeTypeUDT()
37 void NativeTypeUDT::dump(raw_ostream &OS, int Indent, in dump()
73 std::string NativeTypeUDT::getName() const { in getName()
80 SymIndexId NativeTypeUDT::getLexicalParentId() const { return 0; } in getLexicalParentId()
82 SymIndexId NativeTypeUDT::getUnmodifiedTypeId() const { in getUnmodifiedTypeId()
89 SymIndexId NativeTypeUDT::getVirtualTableShapeId() const { in getVirtualTableShapeId()
[all …]
H A DSymbolCache.cpp142 return createSymbol<NativeTypeUDT>( in createSymbolForModifiedType()
143 static_cast<NativeTypeUDT &>(UnmodifiedNRS), std::move(Record)); in createSymbolForModifiedType()
206 Id = createSymbolForType<NativeTypeUDT, ClassRecord>(Index, std::move(CVT)); in findSymbolByTypeIndex()
209 Id = createSymbolForType<NativeTypeUDT, UnionRecord>(Index, std::move(CVT)); in findSymbolByTypeIndex()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeUDT.h21 class NativeTypeUDT : public NativeRawSymbol {
23 NativeTypeUDT(NativeSession &Session, SymIndexId Id, codeview::TypeIndex TI,
26 NativeTypeUDT(NativeSession &Session, SymIndexId Id, codeview::TypeIndex TI,
29 NativeTypeUDT(NativeSession &Session, SymIndexId Id,
30 NativeTypeUDT &UnmodifiedType,
33 ~NativeTypeUDT() override;
65 NativeTypeUDT *UnmodifiedType = nullptr;
H A DNativeTypeFunctionSig.h22 class NativeTypeUDT; variable
/netbsd-src/external/apache2/llvm/lib/libLLVMDebugInfoPDB/
H A DMakefile90 NativeTypeUDT.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/
H A DBUILD.gn52 "Native/NativeTypeUDT.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DCMakeLists.txt78 Native/NativeTypeUDT.cpp