/llvm-project/mlir/docs/Dialects/ |
H A D | GPU.md | 67 ### Compilation overview argument 97 ### Default NVVM Compilation Pipeline: gpu-lower-to-nvvm-pipeline argument 141 Module serialization'gpu' Dialect""GPU Compilation global() argument 164 Offloading LLVM translation'gpu' Dialect""GPU Compilation global() argument 209 The binary operation'gpu' Dialect""GPU Compilation global() argument
|
/llvm-project/clang/unittests/Tooling/DependencyScanning/ |
H A D | DependencyScannerTest.cpp | 82 std::vector<std::string> Compilation = {"-c", "-E", "-MT", "test.cpp.o"}; TEST() local 131 std::vector<std::string> Compilation = {"-c", "-E", "-MT", "test.cpp.o"}; TEST() local 173 std::vector<std::string> Compilation = {"-c", "-E", "-MT", "test.cpp.o"}; TEST() local
|
/llvm-project/clang/include/clang/Driver/ |
H A D | Tool.h | 23 class Compilation; variable
|
H A D | Driver.h | 53 class Compilation; variable [all...] |
/llvm-project/llvm/docs/ |
H A D | TestSuiteGuide.md | 366 ### Compilation global() subsection
|
/llvm-project/clang/docs/ |
H A D | OffloadingDesign.rst | 215 .. _Creating Fat Objects:
|
/llvm-project/clang/lib/Tooling/ |
H A D | Tooling.cpp | 88 static bool ignoreExtraCC1Commands(const driver::Compilation *Compilation) { in ignoreExtraCC1Commands() argument 134 driver::Compilation *Compilation) { in getCC1Arguments() argument 415 const std::unique_ptr<driver::Compilation> Compilation( run() local 430 runInvocation(const char * BinaryName,driver::Compilation * Compilation,std::shared_ptr<CompilerInvocation> Invocation,std::shared_ptr<PCHContainerOperations> PCHContainerOps) runInvocation() argument [all...] |
H A D | CompilationDatabase.cpp | 282 const std::unique_ptr<driver::Compilation> Compilation( in stripPositionalArgs() local
|
/llvm-project/clang/include/clang/Tooling/ |
H A D | Tooling.h | 60 class Compilation; variable
|
/llvm-project/clang/lib/Driver/ |
H A D | Compilation.cpp | 35 Compilation::Compilation(const Driver &D, const ToolChain &_DefaultToolChain, Compilation() function in Compilation [all...] |
/llvm-project/clang/lib/Interpreter/ |
H A D | Interpreter.cpp | 60 GetCC1Arguments(DiagnosticsEngine * Diagnostics,driver::Compilation * Compilation) GetCC1Arguments() argument 175 std::unique_ptr<driver::Compilation> Compilation(Driver.BuildCompilation(RF)); create() local [all...] |
/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningWorker.cpp | 555 const std::unique_ptr<driver::Compilation> Compilation( forEachDriverJob() local
|
/llvm-project/clang/unittests/Tooling/ |
H A D | ToolingTest.cpp | 397 const std::unique_ptr<driver::Compilation> Compilation( extractCC1Arguments() local
|