Searched defs:Compilation (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | DependencyScannerTest.cpp | 82 std::vector<std::string> Compilation = {"-c", "-E", "-MT", "test.cpp.o"}; in TEST() local 131 std::vector<std::string> Compilation = {"-c", "-E", "-MT", "test.cpp.o"}; in TEST() local 173 std::vector<std::string> Compilation = {"-c", "-E", "-MT", "test.cpp.o"}; in TEST() local
|
| H A D | ToolingTest.cpp | 357 const std::unique_ptr<driver::Compilation> Compilation( in extractCC1Arguments() local
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Tool.h | 23 class Compilation; variable
|
| H A D | Driver.h | 46 class Compilation; variable
|
| /llvm-project-15.0.7/clang/lib/Interpreter/ |
| H A D | Interpreter.cpp | 45 driver::Compilation *Compilation) { in GetCC1Arguments() 165 std::unique_ptr<driver::Compilation> Compilation(Driver.BuildCompilation(RF)); in create() local
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | TestSuiteGuide.md | 360 ### Compilation subsection
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | OffloadingDesign.rst | 215 .. _Creating Fat Objects:
|
| /llvm-project-15.0.7/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 87 static bool ignoreExtraCC1Commands(const driver::Compilation *Compilation) { in ignoreExtraCC1Commands() 133 driver::Compilation *Compilation) { in getCC1Arguments() 373 const std::unique_ptr<driver::Compilation> Compilation( in run() local 388 const char *BinaryName, driver::Compilation *Compilation, in runInvocation()
|
| H A D | CompilationDatabase.cpp | 281 const std::unique_ptr<driver::Compilation> Compilation( in stripPositionalArgs() local
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/ |
| H A D | Tooling.h | 60 class Compilation; variable
|
| /llvm-project-15.0.7/clang/lib/Driver/ |
| H A D | Compilation.cpp | 36 Compilation::Compilation(const Driver &D, const ToolChain &_DefaultToolChain, in Compilation() function in Compilation
|