Lines Matching defs:Invocation
26 auto Invocation = std::make_shared<CompilerInvocation>();
27 Invocation->getPreprocessorOpts().addRemappedFile(
29 Invocation->getFrontendOpts().Inputs.push_back(
31 Invocation->getFrontendOpts().ProgramAction = EmitBC;
32 Invocation->getTargetOpts().Triple = "i386-unknown-linux-gnu";
40 Compiler.setInvocation(std::move(Invocation));
50 auto Invocation = std::make_shared<CompilerInvocation>();
51 Invocation->getPreprocessorOpts().addRemappedFile(
53 Invocation->getFrontendOpts().Inputs.push_back(
55 Invocation->getFrontendOpts().ProgramAction = EmitBC;
56 Invocation->getTargetOpts().Triple = "i386-unknown-linux-gnu";
63 Compiler.setInvocation(std::move(Invocation));
80 auto Invocation = std::make_shared<CompilerInvocation>();
81 Invocation->getPreprocessorOpts().addRemappedFile(
83 Invocation->getFrontendOpts().Inputs.push_back(
85 Invocation->getFrontendOpts().ProgramAction = EmitBC;
86 Invocation->getTargetOpts().Triple = "i386-unknown-linux-gnu";
93 Compiler.setInvocation(std::move(Invocation));