Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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
35 NativeTypeUDT::~NativeTypeUDT() {} in ~NativeTypeUDT()
73 std::string NativeTypeUDT::getName() const { in getName()
99 uint64_t NativeTypeUDT::getLength() const { in getLength()
135 bool NativeTypeUDT::isConstType() const { in isConstType()
176 bool NativeTypeUDT::isIntrinsic() const { in isIntrinsic()
183 bool NativeTypeUDT::isNested() const { in isNested()
190 bool NativeTypeUDT::isPacked() const { in isPacked()
[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()
/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile553 SRCS_EXT+= DebugInfo/PDB/Native/NativeTypeUDT.cpp