Searched refs:NativeTypeUDT (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/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 36 NativeTypeUDT::~NativeTypeUDT() = default; 74 std::string NativeTypeUDT::getName() const { in getName() 100 uint64_t NativeTypeUDT::getLength() const { in getLength() 136 bool NativeTypeUDT::isConstType() const { in isConstType() 177 bool NativeTypeUDT::isIntrinsic() const { in isIntrinsic() 184 bool NativeTypeUDT::isNested() const { in isNested() 191 bool NativeTypeUDT::isPacked() const { in isPacked() [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-14.2/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-14.2/lib/clang/libllvm/ |
| H A D | Makefile | 625 SRCS_EXT+= DebugInfo/PDB/Native/NativeTypeUDT.cpp
|