Home
last modified time | relevance | path

Searched defs:setABI (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DLoongArch.h118 bool setABI(const std::string &Name) override { in setABI() function
143 bool setABI(const std::string &Name) override { in setABI() function
H A DRISCV.h140 bool setABI(const std::string &Name) override { in setABI() function
170 bool setABI(const std::string &Name) override { in setABI() function
H A DCSKY.h62 bool setABI(const std::string &Name) override { in setABI() function
H A DWebAssembly.cpp38 bool WebAssemblyTargetInfo::setABI(const std::string &Name) { in setABI() function in WebAssemblyTargetInfo
H A DMips.h103 bool setABI(const std::string &Name) override { in setABI() function
H A DPPC.h510 bool setABI(const std::string &Name) override { in setABI() function
H A DARM.cpp368 bool ARMTargetInfo::setABI(const std::string &Name) { in setABI() function in ARMTargetInfo
H A DAArch64.cpp206 bool AArch64TargetInfo::setABI(const std::string &Name) { in setABI() function in AArch64TargetInfo
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1367 virtual bool setABI(const std::string &Name) { in setABI() function