Searched refs:NativeTypeUDT (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/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() {} in ~NativeTypeUDT() 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 | 131 return createSymbol<NativeTypeUDT>( in createSymbolForModifiedType() 132 static_cast<NativeTypeUDT &>(UnmodifiedNRS), std::move(Record)); in createSymbolForModifiedType() 195 Id = createSymbolForType<NativeTypeUDT, ClassRecord>(Index, std::move(CVT)); in findSymbolByTypeIndex() 198 Id = createSymbolForType<NativeTypeUDT, UnionRecord>(Index, std::move(CVT)); in findSymbolByTypeIndex()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeTypeUDT.h | 22 class NativeTypeUDT : public NativeRawSymbol { 24 NativeTypeUDT(NativeSession &Session, SymIndexId Id, codeview::TypeIndex TI, 27 NativeTypeUDT(NativeSession &Session, SymIndexId Id, codeview::TypeIndex TI, 30 NativeTypeUDT(NativeSession &Session, SymIndexId Id, 31 NativeTypeUDT &UnmodifiedType, 34 ~NativeTypeUDT() override; 66 NativeTypeUDT *UnmodifiedType = nullptr;
|
| H A D | NativeTypeFunctionSig.h | 23 class NativeTypeUDT; variable
|
| /freebsd-12.1/lib/clang/libllvm/ |
| H A D | Makefile | 475 SRCS_EXT+= DebugInfo/PDB/Native/NativeTypeUDT.cpp
|