Searched defs:isPPC (Results 1 – 3 of 3) sorted by relevance
/llvm-project/flang/include/flang/Evaluate/ | ||
H A D | target.h | 102 bool isPPC() const { return isPPC_; } isPPC() function |
/llvm-project/llvm/include/llvm/TargetParser/ | ||
H A D | Triple.h | 953 bool isPPC() const { isPPC() function |
/llvm-project/llvm/tools/llvm-objdump/ | ||
H A D | llvm-objdump.cpp | 1488 const bool isPPC = STI->getTargetTriple().isPPC(); collectLocalBranchTargets() local |