Searched refs:func_sig (Results 1 – 1 of 1) sorted by relevance
592 PDBSymbolTypeFunctionSig *func_sig = nullptr; in CreateLLDBTypeFromPDBType() local600 func_sig = sig.release(); in CreateLLDBTypeFromPDBType()606 func_sig = const_cast<PDBSymbolTypeFunctionSig *>(pdb_func_sig); in CreateLLDBTypeFromPDBType()610 auto arg_enum = func_sig->getArguments(); in CreateLLDBTypeFromPDBType()614 bool is_variadic = func_sig->isCVarArgs(); in CreateLLDBTypeFromPDBType()638 auto pdb_return_type = func_sig->getReturnType(); in CreateLLDBTypeFromPDBType()651 if (func_sig->isConstType()) in CreateLLDBTypeFromPDBType()653 if (func_sig->isVolatileType()) in CreateLLDBTypeFromPDBType()655 auto cc = TranslateCallingConvention(func_sig->getCallingConvention()); in CreateLLDBTypeFromPDBType()