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;
NativeRawSymbol(NativeSession &PDBSession, PDB_SymType Tag, SymIndexId SymbolId)
bool isConstructorVirtualBase() const override
SymIndexId getClassParentId() const override
NativeTypeFunctionSig(NativeSession &Session, SymIndexId Id, codeview::TypeIndex TI, codeview::ProcedureRecord Proc)
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.
PDB_SymType
These values correspond to the SymTagEnum enumeration, and are documented here: https://msdn....
codeview::CallingConvention PDB_CallingConv
These values correspond to the CV_call_e enumeration, and are documented at the following locations: ...
This is an optimization pass for GlobalISel generic memory operations.