Searched refs:isABI (Results 1 – 4 of 4) sorted by relevance
63 static bool isABI(StringRef Name) { return getABIMap().contains(Name); } in isABI() function
353 bool isABI = (STI.getSmVersion() >= 20); in printReturnValStr() local359 if (isABI) { in printReturnValStr()1508 bool isABI = (STI.getSmVersion() >= 20); in emitFunctionParamList() local1640 if (isABI) in emitFunctionParamList()1652 if (isABI || isKernelFunc) { in emitFunctionParamList()
1393 bool isABI = (STI.getSmVersion() >= 20); in getPrototype() local1394 assert(isABI && "Non-ABI compilation is not supported"); in getPrototype()1395 if (!isABI) in getPrototype()1657 bool isABI = (STI.getSmVersion() >= 20); in LowerCall() local1658 assert(isABI && "Non-ABI compilation is not supported"); in LowerCall()1659 if (!isABI) in LowerCall()3183 bool isABI = (STI.getSmVersion() >= 20); in LowerFormalArguments() local3184 assert(isABI && "Non-ABI compilation is not supported"); in LowerFormalArguments()3185 if (!isABI) in LowerFormalArguments()3402 bool isABI = (STI.getSmVersion() >= 20); in LowerReturn() local[all …]
4344 if (!TargetCXXABI::isABI(CXXABI)) { in ParseLangArgs()