/llvm-project/clang/tools/scan-build-py/tests/functional/exec/ |
H A D | main.c | 115 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 D | CompilerRTCompile.cmake | 76 set(compiler ${COMPILER_RT_TEST_CXX_COMPILER}) variable 78 set(compiler ${COMPILER_RT_TEST_COMPILER}) variable
|
/llvm-project/openmp/docs/ |
H A D | SupportAndFAQ.rst | 73 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__.py | 14 compiler: typing.Optional[typing.Callable] = None variable in BenchmarkRunConfig
|
/llvm-project/mlir/test/Integration/Dialect/SparseTensor/python/ |
H A D | test_output.py | 99 def build_compile_and_run_output(attr: st.EncodingAttr, compiler, expected): argument
|
H A D | test_SpMM.py | 73 def build_compile_and_run_SpMM(attr: st.EncodingAttr, compiler): argument
|
H A D | test_SDDMM.py | 74 def build_compile_and_run_SDDMMM(attr: st.EncodingAttr, compiler): argument
|
H A D | test_stress.py | 145 def compile(self, compiler): argument
|
/llvm-project/lldb/packages/Python/lldbsuite/test/builders/ |
H A D | builder.py | 99 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 D | TestCompiler.h | 29 clang::CompilerInstance compiler; global() member [all...] |
/llvm-project/clang/unittests/Frontend/ |
H A D | FrontendActionTest.cpp | 91 CompilerInstance compiler; TEST() local 111 CompilerInstance compiler; TEST() local 138 CompilerInstance compiler; TEST() local [all...] |
/llvm-project/clang/docs/ |
H A D | ThinLTO.rst | 44 .. _compiler: target
|
/llvm-project/mlir/benchmark/python/ |
H A D | benchmark_sparse.py | 51 def compiler(): function
|
/llvm-project/clang/tools/scan-build-py/lib/libear/ |
H A D | __init__.py | 19 def build_libear(compiler, dst_dir): argument 88 def set_compiler(self, compiler): argument
|
/llvm-project/lldb/packages/Python/lldbsuite/test/ |
H A D | configuration.py | 43 compiler = None variable
|
H A D | decorators.py | 196 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 D | lldbtest.py | 1458 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 D | build.py | 249 def find_toolchain(compiler, tools_dir): argument
|
/llvm-project/mlir/lib/Target/LLVM/NVVM/ |
H A D | Target.cpp | 454 nvPTXCompilerHandle compiler = nullptr; compileToBinaryNVPTX() local [all...] |
/llvm-project/clang/unittests/Tooling/ |
H A D | ExecutionTest.cpp | 67 CreateASTConsumer(clang::CompilerInstance & compiler,StringRef) CreateASTConsumer() argument
|
H A D | ToolingTest.cpp | 47 CreateASTConsumer(clang::CompilerInstance &compiler, in CreateASTConsumer() argument
|
H A D | RefactoringTest.cpp | 680 Visitor->SM = &compiler.getSourceManager(); in CreateASTConsumer() argument
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionParser.cpp | 281 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 D | ClangRefactor.cpp | 450 CreateASTConsumer(clang::CompilerInstance &compiler, in getFrontendActionFactory() argument
|
/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectTarget.cpp | 2203 compiler.createDiagnostics(*FileSystem::Instance().GetVirtualFileSystem()); in DoExecute() local
|