Home
last modified time | relevance | path

Searched defs:compiler (Results 1 – 25 of 25) sorted by relevance

/llvm-project/clang/tools/scan-build-py/tests/functional/exec/
H A Dmain.c115 char *const compiler = "/usr/bin/cc"; in call_execv() local
128 char *const compiler = "/usr/bin/cc"; in call_execve() local
142 char *const compiler = "cc"; in call_execvp() local
155 char *const compiler = "cc"; in call_execvP() local
168 char *const compiler = "cc"; in call_execvpe() local
182 char *const compiler = "/usr/bin/cc"; in call_exect() local
196 char *const compiler = "/usr/bin/cc"; in call_execl() local
208 char *const compiler = "cc"; in call_execlp() local
220 char *const compiler = "/usr/bin/cc"; in call_execle() local
233 char *const compiler = "cc"; in call_posix_spawn() local
[all …]
/llvm-project/compiler-rt/cmake/Modules/
H A DCompilerRTCompile.cmake76 set(compiler ${COMPILER_RT_TEST_CXX_COMPILER}) variable
78 set(compiler ${COMPILER_RT_TEST_COMPILER}) variable
/llvm-project/openmp/docs/
H A DSupportAndFAQ.rst73 advanced_buildsQ: How to build an OpenMP GPU offload capable compiler? global() argument
75 build_nvidia_offload_capable_compilerQ: How to build an OpenMP GPU offload capable compiler? global() argument
90 build_amdgpu_offload_capable_compilerQ: How to build an OpenMP Nvidia offload capable compiler? global() argument
[all...]
/llvm-project/mlir/utils/mbr/mbr/
H A D__init__.py14 compiler: typing.Optional[typing.Callable] = None variable in BenchmarkRunConfig
/llvm-project/mlir/test/Integration/Dialect/SparseTensor/python/
H A Dtest_output.py99 def build_compile_and_run_output(attr: st.EncodingAttr, compiler, expected): argument
H A Dtest_SpMM.py73 def build_compile_and_run_SpMM(attr: st.EncodingAttr, compiler): argument
H A Dtest_SDDMM.py74 def build_compile_and_run_SDDMMM(attr: st.EncodingAttr, compiler): argument
H A Dtest_stress.py145 def compile(self, compiler): argument
/llvm-project/lldb/packages/Python/lldbsuite/test/builders/
H A Dbuilder.py99 getCCSpec(self, compiler) global() argument
164 getBuildCommand( self, debug_info, architecture=None, compiler=None, dictionary=None, testdir=None, testname=None, make_targets=None, ) global() argument
[all...]
/llvm-project/clang/unittests/CodeGen/
H A DTestCompiler.h29 clang::CompilerInstance compiler; global() member
[all...]
/llvm-project/clang/unittests/Frontend/
H A DFrontendActionTest.cpp91 CompilerInstance compiler; TEST() local
111 CompilerInstance compiler; TEST() local
138 CompilerInstance compiler; TEST() local
[all...]
/llvm-project/clang/docs/
H A DThinLTO.rst44 .. _compiler: target
/llvm-project/mlir/benchmark/python/
H A Dbenchmark_sparse.py51 def compiler(): function
/llvm-project/clang/tools/scan-build-py/lib/libear/
H A D__init__.py19 def build_libear(compiler, dst_dir): argument
88 def set_compiler(self, compiler): argument
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dconfiguration.py43 compiler = None variable
H A Ddecorators.py196 compiler=None, argument
95 _compiler_supports( compiler, flag, source="int main() {}", output_file=tempfile.NamedTemporaryFile() ) global() argument
324 expectedFailureAll( bugnumber=None, oslist=None, hostoslist=None, compiler=None, compiler_version=None, archs=None, triple=None, debug_info=None, swig_version=None, py_version=None, macos_version=None, remote=None, dwarf_version=None, setting=None, asan=None, ) global() argument
367 skipIf( bugnumber=None, oslist=None, hostoslist=None, compiler=None, compiler_version=None, archs=None, triple=None, debug_info=None, swig_version=None, py_version=None, macos_version=None, remote=None, dwarf_version=None, setting=None, asan=None, ) global() argument
[all...]
H A Dlldbtest.py1458 build( self, debug_info=None, architecture=None, compiler=None, dictionary=None, make_targets=None, ) global() argument
[all...]
/llvm-project/lldb/test/Shell/helper/
H A Dbuild.py249 def find_toolchain(compiler, tools_dir): argument
/llvm-project/mlir/lib/Target/LLVM/NVVM/
H A DTarget.cpp454 nvPTXCompilerHandle compiler = nullptr; compileToBinaryNVPTX() local
[all...]
/llvm-project/clang/unittests/Tooling/
H A DExecutionTest.cpp67 CreateASTConsumer(clang::CompilerInstance & compiler,StringRef) CreateASTConsumer() argument
H A DToolingTest.cpp47 CreateASTConsumer(clang::CompilerInstance &compiler, in CreateASTConsumer() argument
H A DRefactoringTest.cpp680 Visitor->SM = &compiler.getSourceManager(); in CreateASTConsumer() argument
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp281 SetupModuleHeaderPaths(CompilerInstance * compiler,std::vector<std::string> include_directories,lldb::TargetSP target_sp) SetupModuleHeaderPaths() argument
340 SetupDefaultClangDiagnostics(CompilerInstance & compiler) SetupDefaultClangDiagnostics() argument
[all...]
/llvm-project/clang/tools/clang-refactor/
H A DClangRefactor.cpp450 CreateASTConsumer(clang::CompilerInstance &compiler, in getFrontendActionFactory() argument
/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp2203 compiler.createDiagnostics(*FileSystem::Instance().GetVirtualFileSystem()); in DoExecute() local