Searched refs:NativeTypeFunctionSig (Results 1 – 4 of 4) sorted by relevance
77 NativeTypeFunctionSig::NativeTypeFunctionSig(NativeSession &Session, in NativeTypeFunctionSig() function in NativeTypeFunctionSig84 NativeTypeFunctionSig::NativeTypeFunctionSig( in NativeTypeFunctionSig() function in NativeTypeFunctionSig90 void NativeTypeFunctionSig::initialize() { in initialize()100 NativeTypeFunctionSig::~NativeTypeFunctionSig() = default;102 void NativeTypeFunctionSig::initializeArgList(codeview::TypeIndex ArgListTI) { in initializeArgList()109 void NativeTypeFunctionSig::dump(raw_ostream &OS, int Indent, in dump()135 NativeTypeFunctionSig::findChildren(PDB_SymType Type) const { in findChildren()145 SymIndexId NativeTypeFunctionSig::getClassParentId() const { in getClassParentId()152 PDB_CallingConv NativeTypeFunctionSig::getCallingConvention() const { in getCallingConvention()156 uint32_t NativeTypeFunctionSig::getCount() const { in getCount()[all …]
224 Id = createSymbolForType<NativeTypeFunctionSig, ProcedureRecord>( in findSymbolByTypeIndex()228 Id = createSymbolForType<NativeTypeFunctionSig, MemberFunctionRecord>( in findSymbolByTypeIndex()
21 class NativeTypeFunctionSig : public NativeRawSymbol {26 NativeTypeFunctionSig(NativeSession &Session, SymIndexId Id,29 NativeTypeFunctionSig(NativeSession &Session, SymIndexId Id,33 ~NativeTypeFunctionSig() override;
623 SRCS_EXT+= DebugInfo/PDB/Native/NativeTypeFunctionSig.cpp