Home
last modified time | relevance | path

Searched defs:hasTarget (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h69 bool hasTarget(Target &Targ) const { in hasTarget() function
154 bool hasTarget(const Target &Targ) const { in hasTarget() function
H A DSymbol.h142 bool hasTarget(const Target &Targ) const { in hasTarget() function
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h405 bool hasTarget() const { return Target != nullptr; } in hasTarget() function