Home
last modified time | relevance | path

Searched defs:CodeGenOpts (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/clang/lib/CodeGen/
H A DBackendUtil.cpp57 const CodeGenOptions &CodeGenOpts; member in __anon3a7141dc0111::EmitAssemblyHelper
281 const CodeGenOptions &CodeGenOpts) { in createTLII()
H A DCodeGenAction.cpp46 const CodeGenOptions &CodeGenOpts; member in clang::BackendConsumer
67 const PreprocessorOptions &PPOpts, const CodeGenOptions &CodeGenOpts, in BackendConsumer()
H A DCodeGenTBAA.h47 const CodeGenOptions &CodeGenOpts; variable
H A DModuleBuilder.cpp38 const CodeGenOptions CodeGenOpts; // Intentionally copied in. member in __anona4b639230111::CodeGeneratorImpl
H A DObjectFilePCHContainerOperations.cpp52 CodeGenOptions CodeGenOpts; member in __anon2a3cd20f0111::PCHContainerGenerator
H A DCodeGenModule.h269 const CodeGenOptions &CodeGenOpts; variable
H A DCodeGenFunction.cpp715 const CodeGenOptions& CodeGenOpts = CGM.getCodeGenOpts(); in StartFunction() local
/aosp_15_r20/external/clang/include/clang/Frontend/
H A DCompilerInvocation.h110 CodeGenOptions CodeGenOpts; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Frontend/
DCompilerInvocation.h100 std::shared_ptr<CodeGenOptions> CodeGenOpts; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Frontend/
DCompilerInvocation.h100 std::shared_ptr<CodeGenOptions> CodeGenOpts; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Frontend/
DCompilerInvocation.h100 std::shared_ptr<CodeGenOptions> CodeGenOpts; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Frontend/
DCompilerInvocation.h100 std::shared_ptr<CodeGenOptions> CodeGenOpts; variable
/aosp_15_r20/external/clang/lib/Frontend/
H A DCompilerInstance.cpp145 const CodeGenOptions *CodeGenOpts, in SetUpDiagnosticLog()
200 const CodeGenOptions *CodeGenOpts) { in createDiagnostics()
/aosp_15_r20/frameworks/compile/slang/
Dslang.h95 clang::CodeGenOptions CodeGenOpts; variable
Dslang.cpp228 Slang::createBackend(const RSCCOptions &Opts, const clang::CodeGenOptions &CodeGenOpts, in createBackend()
Dslang_backend.cpp248 const clang::CodeGenOptions &CodeGenOpts, in Backend()