Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h106 bool hasTarget(Target &Targ) const { in hasTarget() function
191 bool hasTarget(const Target &Targ) const { in hasTarget() function
H A DSymbol.h128 bool hasTarget(const Target &Targ) const { in hasTarget() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp62 if (!Clang.hasTarget()) in createMissingComponents()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h381 bool hasTarget() const { return Target != nullptr; } in hasTarget() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp759 if (!instance->hasTarget()) in Create()
H A DClangExpressionParser.cpp479 assert(m_compiler->hasTarget()); in ClangExpressionParser()
/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp116 if (!Clang->hasTarget()) in CreateCI()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp111 if (!hasTarget()) in createTarget()
H A DASTUnit.cpp1483 if (CI.hasTarget()) in transferASTDataFromCompilerInstance()