Searched refs:ABIArg (Results 1 – 2 of 2) sorted by relevance
455 Arg *ABIArg = Args.getLastArg(options::OPT_mabi_EQ); in setPAuthABIInTriple() local457 ABIArg ? (StringRef(ABIArg->getValue()) == "pauthtest") : false; in setPAuthABIInTriple()469 << ABIArg->getAsString(Args) << Triple.getTriple(); in setPAuthABIInTriple()
351 Arg *ABIArg = in setFloatABIInTriple() local354 assert(ABIArg && "Non-default float abi expected to be from arg"); in setFloatABIInTriple()356 << ABIArg->getAsString(Args) << Triple.getTriple(); in setFloatABIInTriple()