Searched refs:NativeTypeUDT (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypeUDT.cpp | 20 NativeTypeUDT::NativeTypeUDT(NativeSession &Session, SymIndexId Id, in NativeTypeUDT() function in NativeTypeUDT 25 NativeTypeUDT::NativeTypeUDT(NativeSession &Session, SymIndexId Id, in NativeTypeUDT() function in NativeTypeUDT 30 NativeTypeUDT::NativeTypeUDT(NativeSession &Session, SymIndexId Id, in NativeTypeUDT() function in NativeTypeUDT 31 NativeTypeUDT &UnmodifiedType, in NativeTypeUDT() 36 NativeTypeUDT::~NativeTypeUDT() = default; 38 void NativeTypeUDT::dump(raw_ostream &OS, int Indent, in dump() 74 std::string NativeTypeUDT::getName() const { in getName() 81 SymIndexId NativeTypeUDT::getLexicalParentId() const { return 0; } in getLexicalParentId() 83 SymIndexId NativeTypeUDT::getUnmodifiedTypeId() const { in getUnmodifiedTypeId() 90 SymIndexId NativeTypeUDT::getVirtualTableShapeId() const { in getVirtualTableShapeId() [all …]
|
H A D | SymbolCache.cpp | 147 return createSymbol<NativeTypeUDT>( in createSymbolForModifiedType() 148 static_cast<NativeTypeUDT &>(UnmodifiedNRS), std::move(Record)); in createSymbolForModifiedType() 211 Id = createSymbolForType<NativeTypeUDT, ClassRecord>(Index, std::move(CVT)); in findSymbolByTypeIndex() 214 Id = createSymbolForType<NativeTypeUDT, UnionRecord>(Index, std::move(CVT)); in findSymbolByTypeIndex()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | NativeTypeUDT.h | 24 class NativeTypeUDT : public NativeRawSymbol { 26 NativeTypeUDT(NativeSession &Session, SymIndexId Id, codeview::TypeIndex TI, 29 NativeTypeUDT(NativeSession &Session, SymIndexId Id, codeview::TypeIndex TI, 32 NativeTypeUDT(NativeSession &Session, SymIndexId Id, 33 NativeTypeUDT &UnmodifiedType, 36 ~NativeTypeUDT() override; 68 NativeTypeUDT *UnmodifiedType = nullptr;
|
/freebsd/lib/clang/libllvm/ |
H A D | Makefile | 626 SRCS_EXT+= DebugInfo/PDB/Native/NativeTypeUDT.cpp
|