Home
last modified time | relevance | path

Searched refs:hasTarget (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h70 bool hasTarget(Target &Targ) const { in hasTarget() function
155 bool hasTarget(const Target &Targ) const { in hasTarget() function
H A DSymbol.h143 bool hasTarget(const Target &Targ) const { in hasTarget() function
/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp63 if (!Clang.hasTarget()) in createMissingComponents()
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDylibVerifier.cpp218 if (!Lib.hasTarget(Ctx.Target)) in shouldIgnoreReexport()
221 if ((*Sym)->hasTarget(Ctx.Target)) in shouldIgnoreReexport()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h391 bool hasTarget() const { return Target != nullptr; } in hasTarget() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp757 if (!instance->hasTarget()) in Create()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp130 if (!Clang->hasTarget()) in CreateCI()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp111 if (!hasTarget()) in createTarget()
H A DASTUnit.cpp1496 if (CI.hasTarget()) in transferASTDataFromCompilerInstance()