/aosp_15_r20/external/clang/lib/CodeGen/ |
H A 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 …]
|
H A D | CodeGenTBAA.h | 26 class CodeGenOptions; variable 47 const CodeGenOptions &CodeGenOpts; 93 const CodeGenOptions &CGO,
|
H A 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()
|
/aosp_15_r20/external/clang/lib/Frontend/ |
H A 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 …]
|
H A D | CodeGenOptions.cpp | 15 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/ |
D | ProfileList.h | 52 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/ |
D | ProfileList.h | 52 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/ |
D | ProfileList.h | 52 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/ |
D | ProfileList.h | 52 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/ |
D | BackendUtil.h | 30 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,
|
D | ModuleBuilder.h | 31 class CodeGenOptions; variable 109 const CodeGenOptions &CGO,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/CodeGen/ |
D | BackendUtil.h | 30 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,
|
D | ModuleBuilder.h | 31 class CodeGenOptions; variable 109 const CodeGenOptions &CGO,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/CodeGen/ |
D | BackendUtil.h | 30 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,
|
D | ModuleBuilder.h | 31 class CodeGenOptions; variable 109 const CodeGenOptions &CGO,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/CodeGen/ |
D | BackendUtil.h | 30 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/ |
D | CompilerInvocation.h | 100 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/ |
D | CompilerInvocation.h | 100 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/ |
D | CompilerInvocation.h | 100 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/ |
D | CompilerInvocation.h | 100 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 D | BackendUtil.h | 24 class CodeGenOptions; variable 37 void EmitBackendOutput(DiagnosticsEngine &Diags, const CodeGenOptions &CGOpts, 42 void EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts,
|
H A D | ModuleBuilder.h | 26 class CodeGenOptions; variable 91 const CodeGenOptions &CGO,
|
/aosp_15_r20/external/clang/include/clang/Frontend/ |
H A D | CompilerInvocation.h | 110 CodeGenOptions CodeGenOpts; 181 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; } in getCodeGenOpts() 182 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts()
|
/aosp_15_r20/frameworks/compile/slang/ |
D | slang_backend.h | 43 class CodeGenOptions; variable 143 const clang::CodeGenOptions &mCodeGenOpts; 170 const clang::CodeGenOptions &CodeGenOpts,
|
D | slang.h | 55 class CodeGenOptions; variable 95 clang::CodeGenOptions CodeGenOpts; 211 const clang::CodeGenOptions &CodeGenOpts,
|