Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DRISCV.h124 bool setABI(const std::string &Name) override { in setABI() function
153 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.h98 bool setABI(const std::string &Name) override { in setABI() function
H A DPPC.h445 bool setABI(const std::string &Name) override { in setABI() function
H A DAArch64.cpp112 bool AArch64TargetInfo::setABI(const std::string &Name) { in setABI() function in AArch64TargetInfo
H A DARM.cpp346 bool ARMTargetInfo::setABI(const std::string &Name) { in setABI() function in ARMTargetInfo
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h1215 virtual bool setABI(const std::string &Name) { in setABI() function