10 #ifndef LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEFUNCTIONSIG_H 11 #define LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEFUNCTIONSIG_H 42 std::unique_ptr<IPDBEnumSymbols>
68 bool IsMemberFunction =
false;
74 #endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEPOINTER_H ~NativeTypeFunctionSig() override
uint32_t getCount() const override
bool isUnalignedType() const override
PDB_CallingConv getCallingConvention() const override
This class represents lattice values for constants.
void initialize() override
NativeTypeFunctionSig(NativeSession &Session, SymIndexId Id, codeview::TypeIndex TI, codeview::ProcedureRecord Proc)
codeview::MemberFunctionRecord MemberFunc
void dump(raw_ostream &OS, int Indent, PdbSymbolIdField ShowIdFields, PdbSymbolIdField RecurseIdFields) const override
bool isCxxReturnUdt() const override
std::unique_ptr< IPDBEnumSymbols > findChildren(PDB_SymType Type) const override
bool isVolatileType() const override
SymIndexId getTypeId() const override
PDB_SymType
These values correspond to the SymTagEnum enumeration, and are documented here: https://msdn.microsoft.com/en-us/library/bkedss5f.aspx.
bool hasConstructor() const override
The instances of the Type class are immutable: once they are created, they are never changed...
SymIndexId getClassParentId() const override
codeview::ProcedureRecord Proc
int32_t getThisAdjust() const override
bool isConstType() const override
CallingConvention
These values correspond to the CV_call_e enumeration, and are documented at the following locations: ...
This class implements an extremely fast bulk output stream that can only output to a stream...
bool isConstructorVirtualBase() const override