Home | History | Annotate | Download | only in val

Lines Matching refs:getIdName

32            << "OpFunction Function Type <id> '" << _.getIdName(function_type_id)
39 << "OpFunction Result Type <id> '" << _.getIdName(inst->type_id())
41 << _.getIdName(return_id) << "'.";
59 << "Invalid use of function result id " << _.getIdName(inst->id())
110 << _.getIdName(inst->type_id())
123 << "OpFunctionCall Function <id> '" << _.getIdName(function_id)
131 << _.getIdName(inst->type_id())
133 << _.getIdName(return_type->id()) << "'s return type.";
173 << "OpFunctionCall Argument <id> '" << _.getIdName(argument_id)
175 << _.getIdName(parameter_type_id) << "'s parameter type.";