Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DBackendUtil.h30 class CodeGenOptions; variable
42 void emitBackendOutput(CompilerInstance &CI, CodeGenOptions &CGOpts,
48 void EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts,
51 void EmbedObject(llvm::Module *M, const CodeGenOptions &CGOpts,
H A DModuleBuilder.h35 class CodeGenOptions; variable
113 const CodeGenOptions &CGO,
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DCodeGenOptions.cpp13 CodeGenOptions::CodeGenOptions() { in CodeGenOptions() function in clang::CodeGenOptions
22 void CodeGenOptions::resetNonModularOptions(StringRef ModuleFormat) { in resetNonModularOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A 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()
338 static bool ParseCodeGenArgs(CodeGenOptions &Opts, llvm::opt::ArgList &Args,
380 CodeGenOptions &getMutCodeGenOpts();
H A DCompilerInstance.h275 CodeGenOptions &getCodeGenOpts() { in getCodeGenOpts()
278 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts()
680 const CodeGenOptions *CodeGenOpts = nullptr);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp129 static std::string getProfileGenName(const CodeGenOptions &CodeGenOpts) { in getProfileGenName()
143 const CodeGenOptions &CodeGenOpts;
213 EmitAssemblyHelper(CompilerInstance &CI, CodeGenOptions &CGOpts, in EmitAssemblyHelper()
235 getSancovOptsFromCGOpts(const CodeGenOptions &CGOpts) { in getSancovOptsFromCGOpts()
260 getSanitizerBinaryMetadataOptions(const CodeGenOptions &CGOpts) { in getSanitizerBinaryMetadataOptions()
272 static bool asanUseGlobalsGC(const Triple &T, const CodeGenOptions &CGOpts) { in asanUseGlobalsGC()
295 getCodeModel(const CodeGenOptions &CodeGenOpts) { in getCodeModel()
476 case CodeGenOptions::SwiftAsyncFramePointerKind::Auto: in initTargetOptions()
481 case CodeGenOptions::SwiftAsyncFramePointerKind::Always: in initTargetOptions()
485 case CodeGenOptions::SwiftAsyncFramePointerKind::Never: in initTargetOptions()
[all …]
H A DModuleBuilder.cpp39 const CodeGenOptions &CodeGenOpts;
71 const CodeGenOptions &CGO) { in ExpandModuleName()
81 const PreprocessorOptions &PPO, const CodeGenOptions &CGO, in CodeGeneratorImpl()
368 const CodeGenOptions &CGO, llvm::LLVMContext &C, in CreateLLVMCodeGen()
H A DCodeGenTBAA.h25 class CodeGenOptions; variable
121 const CodeGenOptions &CodeGenOpts;
182 const CodeGenOptions &CGO, const LangOptions &Features);
H A DABIInfo.h28 class CodeGenOptions; variable
66 const CodeGenOptions &getCodeGenOpts() const;
H A DCGLoopInfo.h32 class CodeGenOptions; variable
222 const clang::CodeGenOptions &CGOpts,
H A DCodeGenTypes.h35 class CodeGenOptions; variable
107 const CodeGenOptions &getCodeGenOpts() const;
H A DBackendConsumer.h33 const CodeGenOptions &CodeGenOpts;
H A DCodeGenAction.cpp65 ClangDiagnosticHandler(const CodeGenOptions &CGOpts, BackendConsumer *BCon) in ClangDiagnosticHandler()
87 const CodeGenOptions &CodeGenOpts;
92 const CodeGenOptions &CodeGenOpts) { in reportOptRecordError()
882 for (const CodeGenOptions::BitcodeFileToLink &F : in loadLinkModules()
H A DCodeGenModule.h77 class CodeGenOptions; variable
352 const CodeGenOptions &CodeGenOpts;
690 const CodeGenOptions &CodeGenOpts, llvm::Module &M,
829 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } in getCodeGenOpts()
1978 void EmitBackendOptionsMetadata(const CodeGenOptions &CodeGenOpts);
H A DABIInfo.cpp32 const CodeGenOptions &ABIInfo::getCodeGenOpts() const { in getCodeGenOpts()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DDeviceOffload.h23 class CodeGenOptions; variable
48 CodeGenOptions &CodeGenOpts; // Intentionally a reference.
/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DCIRGenerator.h44 const clang::CodeGenOptions &codeGenOpts;
75 const clang::CodeGenOptions &cgo);
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.h39 class CodeGenOptions; variable
61 const clang::CodeGenOptions &cgo,
76 const clang::CodeGenOptions &codeGenOpts;
98 const clang::CodeGenOptions &getCodeGenOpts() const { return codeGenOpts; } in getCodeGenOpts()
H A DCIRGenerator.cpp32 const CodeGenOptions &cgo) in CIRGenerator()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp134 CodeGenOpts(std::make_shared<CodeGenOptions>()), in CompilerInvocationBase()
230 CodeGenOptions &CowCompilerInvocation::getMutCodeGenOpts() { in getMutCodeGenOpts()
575 CodeGenOptions &CodeGenOpts = Invocation.getCodeGenOpts(); in FixupInvocation()
1333 const CodeGenOptions::OptRemark &Remark) { in GenerateOptimizationRemark()
1336 } else if (Remark.Kind == CodeGenOptions::RK_Enabled) { in GenerateOptimizationRemark()
1338 } else if (Remark.Kind == CodeGenOptions::RK_Disabled) { in GenerateOptimizationRemark()
1346 static CodeGenOptions::OptRemark
1349 CodeGenOptions::OptRemark Result; in ParseOptimizationRemark()
1371 Result.Kind = CodeGenOptions::RK_Enabled; in ParseOptimizationRemark()
1373 Result.Kind = CodeGenOptions::RK_EnabledEverything; in ParseOptimizationRemark()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CIR/FrontendAction/
H A DCIRGenAction.cpp65 CodeGenOptions &CGO;
69 CodeGenOptions &CGO, std::unique_ptr<raw_pwrite_stream> OS) in CIRGenConsumer()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h69 class CodeGenOptions : public CodeGenOptionsBase {
530 CodeGenOptions();
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp967 CodeGenOptions::FramePointerKind FPKeepKind = in ConstructJob()
972 case CodeGenOptions::FramePointerKind::None: in ConstructJob()
975 case CodeGenOptions::FramePointerKind::Reserved: in ConstructJob()
978 case CodeGenOptions::FramePointerKind::NonLeaf: in ConstructJob()
981 case CodeGenOptions::FramePointerKind::All: in ConstructJob()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp364 const CodeGenOptions &Opts);
585 const llvm::Triple &Triple, const CodeGenOptions &Opts) { in isStructReturnInRegABI()
589 case CodeGenOptions::SRCK_Default: in isStructReturnInRegABI()
591 case CodeGenOptions::SRCK_OnStack: // -maix-struct-return in isStructReturnInRegABI()
593 case CodeGenOptions::SRCK_InRegs: // -msvr4-struct-return in isStructReturnInRegABI()
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIRAttrs.td82 within the `clang::CodeGenOptions` structure.
86 field within the `clang::CodeGenOptions` structure.

123