9#ifndef LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEFUNCTIONSIG_H
10#define LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEFUNCTIONSIG_H
38 std::unique_ptr<IPDBEnumSymbols>
64 bool IsMemberFunction =
false;
The instances of the Type class are immutable: once they are created, they are never changed.
bool isConstructorVirtualBase() const override
SymIndexId getClassParentId() const override
void dump(raw_ostream &OS, int Indent, PdbSymbolIdField ShowIdFields, PdbSymbolIdField RecurseIdFields) const override
bool isVolatileType() const override
SymIndexId getTypeId() const override
bool isConstType() const override
~NativeTypeFunctionSig() override
PDB_CallingConv getCallingConvention() const override
std::unique_ptr< IPDBEnumSymbols > findChildren(PDB_SymType Type) const override
int32_t getThisAdjust() const override
bool isCxxReturnUdt() const override
bool isUnalignedType() const override
bool hasConstructor() const override
uint32_t getCount() const override
codeview::ProcedureRecord Proc
codeview::MemberFunctionRecord MemberFunc
void initialize() override
This class implements an extremely fast bulk output stream that can only output to a stream.
CallingConvention
These values correspond to the CV_call_e enumeration, and are documented at the following locations: ...
PDB_SymType
These values correspond to the SymTagEnum enumeration, and are documented here: https://msdn....
This is an optimization pass for GlobalISel generic memory operations.