Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/clang/lib/CodeGen/
H A 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 …]
H A DCodeGenTBAA.h26 class CodeGenOptions; variable
47 const CodeGenOptions &CodeGenOpts;
93 const CodeGenOptions &CGO,
H A 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()
/aosp_15_r20/external/clang/lib/Frontend/
H A 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 …]
H A DCodeGenOptions.cpp15 CodeGenOptions::CodeGenOptions() { in CodeGenOptions() function in clang::CodeGenOptions
24 bool CodeGenOptions::isNoBuiltinFunc(const char *Name) const { in isNoBuiltinFunc()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/
DProfileList.h52 ExclusionType getDefault(CodeGenOptions::ProfileInstrKind Kind) const;
56 CodeGenOptions::ProfileInstrKind Kind) const;
59 CodeGenOptions::ProfileInstrKind Kind) const;
62 CodeGenOptions::ProfileInstrKind Kind) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/
DProfileList.h52 ExclusionType getDefault(CodeGenOptions::ProfileInstrKind Kind) const;
56 CodeGenOptions::ProfileInstrKind Kind) const;
59 CodeGenOptions::ProfileInstrKind Kind) const;
62 CodeGenOptions::ProfileInstrKind Kind) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/
DProfileList.h52 ExclusionType getDefault(CodeGenOptions::ProfileInstrKind Kind) const;
56 CodeGenOptions::ProfileInstrKind Kind) const;
59 CodeGenOptions::ProfileInstrKind Kind) const;
62 CodeGenOptions::ProfileInstrKind Kind) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/
DProfileList.h52 ExclusionType getDefault(CodeGenOptions::ProfileInstrKind Kind) const;
56 CodeGenOptions::ProfileInstrKind Kind) const;
59 CodeGenOptions::ProfileInstrKind Kind) const;
62 CodeGenOptions::ProfileInstrKind Kind) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/CodeGen/
DBackendUtil.h30 class CodeGenOptions; variable
45 const CodeGenOptions &CGOpts,
52 void EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts,
55 void EmbedObject(llvm::Module *M, const CodeGenOptions &CGOpts,
DModuleBuilder.h31 class CodeGenOptions; variable
109 const CodeGenOptions &CGO,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/CodeGen/
DBackendUtil.h30 class CodeGenOptions; variable
45 const CodeGenOptions &CGOpts,
52 void EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts,
55 void EmbedObject(llvm::Module *M, const CodeGenOptions &CGOpts,
DModuleBuilder.h31 class CodeGenOptions; variable
109 const CodeGenOptions &CGO,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/CodeGen/
DBackendUtil.h30 class CodeGenOptions; variable
45 const CodeGenOptions &CGOpts,
52 void EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts,
55 void EmbedObject(llvm::Module *M, const CodeGenOptions &CGOpts,
DModuleBuilder.h31 class CodeGenOptions; variable
109 const CodeGenOptions &CGO,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/CodeGen/
DBackendUtil.h30 class CodeGenOptions; variable
45 const CodeGenOptions &CGOpts,
52 void EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts,
55 void EmbedObject(llvm::Module *M, const CodeGenOptions &CGOpts,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Frontend/
DCompilerInvocation.h100 std::shared_ptr<CodeGenOptions> CodeGenOpts;
139 const CodeGenOptions &getCodeGenOpts() const { return *CodeGenOpts; } in getCodeGenOpts()
196 static void GenerateCodeGenArgs(const CodeGenOptions &Opts,
252 CodeGenOptions &getCodeGenOpts() { return *CodeGenOpts; } in getCodeGenOpts()
337 static bool ParseCodeGenArgs(CodeGenOptions &Opts, llvm::opt::ArgList &Args,
379 CodeGenOptions &getMutCodeGenOpts();
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Frontend/
DCompilerInvocation.h100 std::shared_ptr<CodeGenOptions> CodeGenOpts;
139 const CodeGenOptions &getCodeGenOpts() const { return *CodeGenOpts; } in getCodeGenOpts()
196 static void GenerateCodeGenArgs(const CodeGenOptions &Opts,
257 CodeGenOptions &getCodeGenOpts() { return *CodeGenOpts; } in getCodeGenOpts()
343 static bool ParseCodeGenArgs(CodeGenOptions &Opts, llvm::opt::ArgList &Args,
385 CodeGenOptions &getMutCodeGenOpts();
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Frontend/
DCompilerInvocation.h100 std::shared_ptr<CodeGenOptions> CodeGenOpts;
139 const CodeGenOptions &getCodeGenOpts() const { return *CodeGenOpts; } in getCodeGenOpts()
196 static void GenerateCodeGenArgs(const CodeGenOptions &Opts,
257 CodeGenOptions &getCodeGenOpts() { return *CodeGenOpts; } in getCodeGenOpts()
343 static bool ParseCodeGenArgs(CodeGenOptions &Opts, llvm::opt::ArgList &Args,
385 CodeGenOptions &getMutCodeGenOpts();
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Frontend/
DCompilerInvocation.h100 std::shared_ptr<CodeGenOptions> CodeGenOpts;
139 const CodeGenOptions &getCodeGenOpts() const { return *CodeGenOpts; } in getCodeGenOpts()
196 static void GenerateCodeGenArgs(const CodeGenOptions &Opts,
257 CodeGenOptions &getCodeGenOpts() { return *CodeGenOpts; } in getCodeGenOpts()
343 static bool ParseCodeGenArgs(CodeGenOptions &Opts, llvm::opt::ArgList &Args,
385 CodeGenOptions &getMutCodeGenOpts();
/aosp_15_r20/external/clang/include/clang/CodeGen/
H A DBackendUtil.h24 class CodeGenOptions; variable
37 void EmitBackendOutput(DiagnosticsEngine &Diags, const CodeGenOptions &CGOpts,
42 void EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts,
H A DModuleBuilder.h26 class CodeGenOptions; variable
91 const CodeGenOptions &CGO,
/aosp_15_r20/external/clang/include/clang/Frontend/
H A DCompilerInvocation.h110 CodeGenOptions CodeGenOpts;
181 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; } in getCodeGenOpts()
182 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts()
/aosp_15_r20/frameworks/compile/slang/
Dslang_backend.h43 class CodeGenOptions; variable
143 const clang::CodeGenOptions &mCodeGenOpts;
170 const clang::CodeGenOptions &CodeGenOpts,
Dslang.h55 class CodeGenOptions; variable
95 clang::CodeGenOptions CodeGenOpts;
211 const clang::CodeGenOptions &CodeGenOpts,

1234