Home
last modified time | relevance | path

Searched refs:ABIStr (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp11051 StringRef ABIStr = getTarget().getABI(); in getTargetCodeGenInfo() local
11052 if (ABIStr == "apcs-gnu") in getTargetCodeGenInfo()
11054 else if (ABIStr == "aapcs16") in getTargetCodeGenInfo()
11118 StringRef ABIStr = getTarget().getABI(); in getTargetCodeGenInfo() local
11121 if (ABIStr.endswith("f")) in getTargetCodeGenInfo()
11123 else if (ABIStr.endswith("d")) in getTargetCodeGenInfo()
H A DCodeGenModule.cpp629 StringRef ABIStr = Target.getABI(); in Release() local
632 llvm::MDString::get(Ctx, ABIStr)); in Release()