Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DLoongArch.h98 bool setABI(const std::string &Name) override { in setABI() function
122 bool setABI(const std::string &Name) override { in setABI() function
H A DRISCV.h122 bool setABI(const std::string &Name) override { in setABI() function
146 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.h97 bool setABI(const std::string &Name) override { in setABI() function
H A DPPC.h465 bool setABI(const std::string &Name) override { in setABI() function
H A DARM.cpp361 bool ARMTargetInfo::setABI(const std::string &Name) { in setABI() function in ARMTargetInfo
H A DAArch64.cpp195 bool AArch64TargetInfo::setABI(const std::string &Name) { in setABI() function in AArch64TargetInfo
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h1310 virtual bool setABI(const std::string &Name) { in setABI() function