/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()
|
D | CodeGenModule.h | 72 class CodeGenOptions; variable 269 const CodeGenOptions &CodeGenOpts; 496 const CodeGenOptions &CodeGenOpts, llvm::Module &M, 606 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } in getCodeGenOpts()
|
D | CodeGenTypes.h | 39 class CodeGenOptions; variable
|
D | CodeGenTBAA.cpp | 33 const CodeGenOptions &CGO, in CodeGenTBAA()
|
D | CodeGenAction.cpp | 46 const CodeGenOptions &CodeGenOpts; 67 const PreprocessorOptions &PPOpts, const CodeGenOptions &CodeGenOpts, in BackendConsumer()
|
D | ObjectFilePCHContainerOperations.cpp | 52 CodeGenOptions CodeGenOpts;
|
D | CodeGenModule.cpp | 84 const CodeGenOptions &CGO, llvm::Module &M, in CodeGenModule() 614 CodeGenOptions::TLSModel M) { in GetLLVMTLSModel() 616 case CodeGenOptions::GeneralDynamicTLSModel: in GetLLVMTLSModel() 618 case CodeGenOptions::LocalDynamicTLSModel: in GetLLVMTLSModel() 620 case CodeGenOptions::InitialExecTLSModel: in GetLLVMTLSModel() 622 case CodeGenOptions::LocalExecTLSModel: in GetLLVMTLSModel()
|
/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 …]
|
D | CMakeLists.txt | 22 CodeGenOptions.cpp
|
D | CompilerInstance.cpp | 145 const CodeGenOptions *CodeGenOpts, in SetUpDiagnosticLog() 200 const CodeGenOptions *CodeGenOpts) { in createDiagnostics()
|
/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/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
|
D | CompilerInstance.h | 252 CodeGenOptions &getCodeGenOpts() { in getCodeGenOpts() 255 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts() 627 const CodeGenOptions *CodeGenOpts = nullptr);
|
D | PCHContainerOperations.h | 28 class CodeGenOptions; variable
|
D | CodeGenOptions.def | 1 //===--- CodeGenOptions.def - Code generation option database ------ C++ -*-===//
|
/external/mesa3d/src/gallium/state_trackers/clover/llvm/ |
D | compat.hpp | 102 add_link_bitcode_file(clang::CodeGenOptions &opts, in add_link_bitcode_file() 105 clang::CodeGenOptions::BitcodeFileToLink F; in add_link_bitcode_file()
|
/external/clang/include/clang/ |
D | module.modulemap | 91 textual header "Frontend/CodeGenOptions.def"
|
/external/bcc/src/cc/frontends/clang/ |
D | loader.cc | 401 invocation2.getCodeGenOpts().setInlining(CodeGenOptions::NormalInlining); in do_compile()
|