Home
last modified time | relevance | path

Searched refs:hasTarget (Results 1 – 10 of 10) 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/lib/Testing/
H A DTestAST.cpp63 if (!Clang.hasTarget()) in createMissingComponents()
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDylibVerifier.cpp199 if (!Lib.hasTarget(Ctx.Target)) in shouldIgnoreReexport()
202 if ((*Sym)->hasTarget(Ctx.Target)) in shouldIgnoreReexport()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h405 bool hasTarget() const { return Target != nullptr; } in hasTarget() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp748 if (!instance->hasTarget()) in Create()
H A DClangExpressionParser.cpp479 assert(m_compiler->hasTarget()); in ClangExpressionParser()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp122 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()