/external/clang/lib/CodeGen/ |
D | BackendUtil.cpp | 57 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 …]
|
D | CodeGenTBAA.h | 26 class CodeGenOptions; variable 47 const CodeGenOptions &CodeGenOpts; 93 const CodeGenOptions &CGO,
|
D | ModuleBuilder.cpp | 38 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/ |
D | CodeGenOptions.cpp | 15 CodeGenOptions::CodeGenOptions() { in CodeGenOptions() function in clang::CodeGenOptions 24 bool CodeGenOptions::isNoBuiltinFunc(const char *Name) const { in isNoBuiltinFunc()
|
D | CompilerInvocation.cpp | 381 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/ |
D | CodeGenOptions.cpp | 14 CodeGenOptions::CodeGenOptions() { in CodeGenOptions() function in clang::CodeGenOptions 23 bool CodeGenOptions::isNoBuiltinFunc(const char *Name) const { in isNoBuiltinFunc()
|
/external/clang/include/clang/CodeGen/ |
D | BackendUtil.h | 24 class CodeGenOptions; variable 37 void EmitBackendOutput(DiagnosticsEngine &Diags, const CodeGenOptions &CGOpts, 42 void EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts,
|
D | ModuleBuilder.h | 26 class CodeGenOptions; variable 91 const CodeGenOptions &CGO,
|
D | CodeGenABITypes.h | 40 class CodeGenOptions; variable
|
/external/llvm-project/clang/include/clang/CodeGen/ |
D | BackendUtil.h | 26 class CodeGenOptions; variable 40 const CodeGenOptions &CGOpts, 46 void EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts,
|
D | ModuleBuilder.h | 26 class CodeGenOptions; variable 99 const CodeGenOptions &CGO,
|
/external/llvm-project/clang/lib/CodeGen/ |
D | BackendUtil.cpp | 102 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 …]
|
D | ModuleBuilder.cpp | 37 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()
|
D | CodeGenTBAA.h | 25 class CodeGenOptions; variable 120 const CodeGenOptions &CodeGenOpts; 171 CodeGenTBAA(ASTContext &Ctx, llvm::Module &M, const CodeGenOptions &CGO,
|
D | ABIInfo.h | 26 class CodeGenOptions; variable 70 const CodeGenOptions &getCodeGenOpts() const;
|
D | CGLoopInfo.h | 32 class CodeGenOptions; variable 209 const clang::CodeGenOptions &CGOpts,
|
D | CodeGenAction.cpp | 57 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/ |
D | CompilerInvocation.h | 110 CodeGenOptions CodeGenOpts; 181 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; } in getCodeGenOpts() 182 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts()
|
D | CodeGenOptions.h | 44 class CodeGenOptions : public CodeGenOptionsBase { 221 CodeGenOptions();
|
D | ASTConsumers.h | 23 class CodeGenOptions; variable
|
/external/llvm-project/clang/include/clang/Frontend/ |
D | CompilerInvocation.h | 127 CodeGenOptions CodeGenOpts; 210 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; } in getCodeGenOpts() 211 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } in getCodeGenOpts()
|
D | ASTConsumers.h | 23 class CodeGenOptions; variable
|
/external/llvm-project/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 309 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/ |
D | TestCompiler.h | 35 clang::CodeGenOptions CGO = clang::CodeGenOptions()) {
|
/external/llvm-project/clang/include/clang/Basic/ |
D | CodeGenOptions.h | 46 class CodeGenOptions : public CodeGenOptionsBase { 372 CodeGenOptions();
|