Searched defs:hasTarget (Results 1 – 3 of 3) sorted by relevance
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/TextAPI/ | ||
| H A D | InterfaceFile.h | 106 bool hasTarget(Target &Targ) const { hasTarget() function |
| H A D | Symbol.h | 128 bool hasTarget(const Target &Targ) const { hasTarget() function |
| /freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/ | ||
| H A D | CompilerInstance.h | 381 bool hasTarget() const { return Target != nullptr; } hasTarget() function |