Home
last modified time | relevance | path

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

12

/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()
DCodeGenModule.h72 class CodeGenOptions; variable
269 const CodeGenOptions &CodeGenOpts;
496 const CodeGenOptions &CodeGenOpts, llvm::Module &M,
606 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } in getCodeGenOpts()
DCodeGenTypes.h39 class CodeGenOptions; variable
DCodeGenTBAA.cpp33 const CodeGenOptions &CGO, in CodeGenTBAA()
DCodeGenAction.cpp46 const CodeGenOptions &CodeGenOpts;
67 const PreprocessorOptions &PPOpts, const CodeGenOptions &CodeGenOpts, in BackendConsumer()
DObjectFilePCHContainerOperations.cpp52 CodeGenOptions CodeGenOpts;
DCodeGenModule.cpp84 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/
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 …]
DCMakeLists.txt22 CodeGenOptions.cpp
DCompilerInstance.cpp145 const CodeGenOptions *CodeGenOpts, in SetUpDiagnosticLog()
200 const CodeGenOptions *CodeGenOpts) { in createDiagnostics()
/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/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
DCompilerInstance.h252 CodeGenOptions &getCodeGenOpts() { in getCodeGenOpts()
255 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts()
627 const CodeGenOptions *CodeGenOpts = nullptr);
DPCHContainerOperations.h28 class CodeGenOptions; variable
DCodeGenOptions.def1 //===--- CodeGenOptions.def - Code generation option database ------ C++ -*-===//
/external/mesa3d/src/gallium/state_trackers/clover/llvm/
Dcompat.hpp102 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/
Dmodule.modulemap91 textual header "Frontend/CodeGenOptions.def"
/external/bcc/src/cc/frontends/clang/
Dloader.cc401 invocation2.getCodeGenOpts().setInlining(CodeGenOptions::NormalInlining); in do_compile()

12