Searched refs:isABI (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/clang/include/clang/Basic/
H A DTargetCXXABI.h63 static bool isABI(StringRef Name) { function in class:clang::TargetCXXABI
/openbsd-current/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp339 bool isABI = (STI.getSmVersion() >= 20); local
346 if (isABI) {
1461 bool isABI = (STI.getSmVersion() >= 20); local
1598 if (isABI)
1610 if (isABI || isKernelFunc) {
H A DNVPTXISelLowering.cpp1325 bool isABI = (STI.getSmVersion() >= 20); local
1326 assert(isABI && "Non-ABI compilation is not supported");
1327 if (!isABI)
1498 bool isABI = (STI.getSmVersion() >= 20); local
1499 assert(isABI && "Non-ABI compilation is not supported");
1500 if (!isABI)
2647 bool isABI = (STI.getSmVersion() >= 20); local
2648 assert(isABI && "Non-ABI compilation is not supported");
2649 if (!isABI)
2826 bool isABI local
[all...]
/openbsd-current/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp4076 if (!TargetCXXABI::isABI(CXXABI)) {

Completed in 148 milliseconds