Home
last modified time | relevance | path

Searched refs:CodeGenOptions (Results 1 – 25 of 69) sorted by relevance

123

/external/clang/lib/CodeGen/
DBackendUtil.cpp57 const CodeGenOptions &CodeGenOpts;
124 EmitAssemblyHelper(DiagnosticsEngine &_Diags, const CodeGenOptions &CGOpts, in EmitAssemblyHelper()
149 PassManagerBuilderWrapper(const CodeGenOptions &CGOpts, in PassManagerBuilderWrapper()
152 const CodeGenOptions &getCGOpts() const { return CGOpts; } in getCGOpts()
155 const CodeGenOptions &CGOpts;
201 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts(); in addSanitizerCoveragePass()
217 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts(); in addAddressSanitizerPasses()
238 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts(); in addMemorySanitizerPass()
281 const CodeGenOptions &CodeGenOpts) { in createTLII()
294 case CodeGenOptions::Accelerate: in createTLII()
[all …]
DCodeGenTBAA.h26 class CodeGenOptions; variable
47 const CodeGenOptions &CodeGenOpts;
93 const CodeGenOptions &CGO,
DModuleBuilder.cpp38 const CodeGenOptions CodeGenOpts; // Intentionally copied in.
72 const PreprocessorOptions &PPO, const CodeGenOptions &CGO, in CodeGeneratorImpl()
315 const PreprocessorOptions &PreprocessorOpts, const CodeGenOptions &CGO, in CreateLLVMCodeGen()
/external/clang/lib/Frontend/
DCodeGenOptions.cpp15 CodeGenOptions::CodeGenOptions() { in CodeGenOptions() function in clang::CodeGenOptions
24 bool CodeGenOptions::isNoBuiltinFunc(const char *Name) const { in isNoBuiltinFunc()
DCompilerInvocation.cpp381 static void setPGOInstrumentor(CodeGenOptions &Opts, ArgList &Args, in setPGOInstrumentor()
388 .Case("none", CodeGenOptions::ProfileNone) in setPGOInstrumentor()
389 .Case("clang", CodeGenOptions::ProfileClangInstr) in setPGOInstrumentor()
390 .Case("llvm", CodeGenOptions::ProfileIRInstr) in setPGOInstrumentor()
397 CodeGenOptions::ProfileInstrKind Instrumentor = in setPGOInstrumentor()
398 static_cast<CodeGenOptions::ProfileInstrKind>(I); in setPGOInstrumentor()
403 static void setPGOUseInstrumentor(CodeGenOptions &Opts, in setPGOUseInstrumentor()
409 Opts.setProfileUse(CodeGenOptions::ProfileClangInstr); in setPGOUseInstrumentor()
415 Opts.setProfileUse(CodeGenOptions::ProfileIRInstr); in setPGOUseInstrumentor()
417 Opts.setProfileUse(CodeGenOptions::ProfileClangInstr); in setPGOUseInstrumentor()
[all …]
/external/llvm-project/clang/lib/Basic/
DCodeGenOptions.cpp14 CodeGenOptions::CodeGenOptions() { in CodeGenOptions() function in clang::CodeGenOptions
23 bool CodeGenOptions::isNoBuiltinFunc(const char *Name) const { in isNoBuiltinFunc()
/external/clang/include/clang/CodeGen/
DBackendUtil.h24 class CodeGenOptions; variable
37 void EmitBackendOutput(DiagnosticsEngine &Diags, const CodeGenOptions &CGOpts,
42 void EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts,
DModuleBuilder.h26 class CodeGenOptions; variable
91 const CodeGenOptions &CGO,
DCodeGenABITypes.h40 class CodeGenOptions; variable
/external/llvm-project/clang/include/clang/CodeGen/
DBackendUtil.h26 class CodeGenOptions; variable
40 const CodeGenOptions &CGOpts,
46 void EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts,
DModuleBuilder.h26 class CodeGenOptions; variable
99 const CodeGenOptions &CGO,
/external/llvm-project/clang/lib/CodeGen/
DBackendUtil.cpp102 const CodeGenOptions &CodeGenOpts;
150 const CodeGenOptions &CGOpts, in EmitAssemblyHelper()
176 const CodeGenOptions &CGOpts, in PassManagerBuilderWrapper()
181 const CodeGenOptions &getCGOpts() const { return CGOpts; } in getCGOpts()
186 const CodeGenOptions &CGOpts;
217 getSancovOptsFromCGOpts(const CodeGenOptions &CGOpts) { in getSancovOptsFromCGOpts()
241 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts(); in addSanitizerCoveragePass()
252 static bool asanUseGlobalsGC(const Triple &T, const CodeGenOptions &CGOpts) { in asanUseGlobalsGC()
283 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts(); in addAddressSanitizerPasses()
307 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts(); in addHWAddressSanitizerPasses()
[all …]
DModuleBuilder.cpp37 const CodeGenOptions CodeGenOpts; // Intentionally copied in.
69 const CodeGenOptions &CGO) { in ExpandModuleName()
78 const PreprocessorOptions &PPO, const CodeGenOptions &CGO, in CodeGeneratorImpl()
342 const PreprocessorOptions &PreprocessorOpts, const CodeGenOptions &CGO, in CreateLLVMCodeGen()
DCodeGenTBAA.h25 class CodeGenOptions; variable
120 const CodeGenOptions &CodeGenOpts;
171 CodeGenTBAA(ASTContext &Ctx, llvm::Module &M, const CodeGenOptions &CGO,
DABIInfo.h26 class CodeGenOptions; variable
70 const CodeGenOptions &getCodeGenOpts() const;
DCGLoopInfo.h32 class CodeGenOptions; variable
209 const clang::CodeGenOptions &CGOpts,
DCodeGenAction.cpp57 ClangDiagnosticHandler(const CodeGenOptions &CGOpts, BackendConsumer *BCon) in ClangDiagnosticHandler()
82 const CodeGenOptions &CodeGenOpts;
87 const CodeGenOptions CodeGenOpts) { in reportOptRecordError()
111 const CodeGenOptions &CodeGenOpts;
139 const CodeGenOptions &CodeGenOpts, in BackendConsumer()
164 const CodeGenOptions &CodeGenOpts, in BackendConsumer()
335 CodeGenOpts.getProfileUse() != CodeGenOptions::ProfileNone) in HandleTranslationUnit()
940 for (const CodeGenOptions::BitcodeFileToLink &F : in CreateASTConsumer()
/external/clang/include/clang/Frontend/
DCompilerInvocation.h110 CodeGenOptions CodeGenOpts;
181 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; } in getCodeGenOpts()
182 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts()
DCodeGenOptions.h44 class CodeGenOptions : public CodeGenOptionsBase {
221 CodeGenOptions();
DASTConsumers.h23 class CodeGenOptions; variable
/external/llvm-project/clang/include/clang/Frontend/
DCompilerInvocation.h127 CodeGenOptions CodeGenOpts;
210 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; } in getCodeGenOpts()
211 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } in getCodeGenOpts()
DASTConsumers.h23 class CodeGenOptions; variable
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp309 CodeGenOptions &CodeGenOpts = Invocation.getCodeGenOpts(); in FixupInvocation()
770 static void setPGOInstrumentor(CodeGenOptions &Opts, ArgList &Args, in setPGOInstrumentor()
777 .Case("none", CodeGenOptions::ProfileNone) in setPGOInstrumentor()
778 .Case("clang", CodeGenOptions::ProfileClangInstr) in setPGOInstrumentor()
779 .Case("llvm", CodeGenOptions::ProfileIRInstr) in setPGOInstrumentor()
780 .Case("csllvm", CodeGenOptions::ProfileCSIRInstr) in setPGOInstrumentor()
787 auto Instrumentor = static_cast<CodeGenOptions::ProfileInstrKind>(I); in setPGOInstrumentor()
792 static void setPGOUseInstrumentor(CodeGenOptions &Opts, in setPGOUseInstrumentor()
798 Opts.setProfileUse(CodeGenOptions::ProfileClangInstr); in setPGOUseInstrumentor()
805 Opts.setProfileUse(CodeGenOptions::ProfileCSIRInstr); in setPGOUseInstrumentor()
[all …]
/external/llvm-project/clang/unittests/CodeGen/
DTestCompiler.h35 clang::CodeGenOptions CGO = clang::CodeGenOptions()) {
/external/llvm-project/clang/include/clang/Basic/
DCodeGenOptions.h46 class CodeGenOptions : public CodeGenOptionsBase {
372 CodeGenOptions();

123