Home
last modified time | relevance | path

Searched defs:Compilation (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DDependencyScannerTest.cpp82 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 DToolingTest.cpp357 const std::unique_ptr<driver::Compilation> Compilation( in extractCC1Arguments() local
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DTool.h23 class Compilation; variable
H A DDriver.h46 class Compilation; variable
/llvm-project-15.0.7/clang/lib/Interpreter/
H A DInterpreter.cpp45 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 DTestSuiteGuide.md360 ### Compilation subsection
/llvm-project-15.0.7/clang/docs/
H A DOffloadingDesign.rst215 .. _Creating Fat Objects:
/llvm-project-15.0.7/clang/lib/Tooling/
H A DTooling.cpp87 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 DCompilationDatabase.cpp281 const std::unique_ptr<driver::Compilation> Compilation( in stripPositionalArgs() local
/llvm-project-15.0.7/clang/include/clang/Tooling/
H A DTooling.h60 class Compilation; variable
/llvm-project-15.0.7/clang/lib/Driver/
H A DCompilation.cpp36 Compilation::Compilation(const Driver &D, const ToolChain &_DefaultToolChain, in Compilation() function in Compilation