Home
last modified time | relevance | path

Searched refs:CGO (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp71 const CodeGenOptions &CGO) { in ExpandModuleName() argument
72 if (ModuleName == "-" && !CGO.MainFileName.empty()) in ExpandModuleName()
73 return CGO.MainFileName; in ExpandModuleName()
81 const PreprocessorOptions &PPO, const CodeGenOptions &CGO, in CodeGeneratorImpl() argument
85 PreprocessorOpts(PPO), CodeGenOpts(CGO), HandlingTopLevelDecls(0), in CodeGeneratorImpl()
87 M(new llvm::Module(ExpandModuleName(ModuleName, CGO), C)) { in CodeGeneratorImpl()
88 C.setDiscardValueNames(CGO.DiscardValueNames); in CodeGeneratorImpl()
368 const CodeGenOptions &CGO, llvm::LLVMContext &C, in CreateLLVMCodeGen() argument
371 HeaderSearchOpts, PreprocessorOpts, CGO, C, in CreateLLVMCodeGen()
H A DCodeGenTBAA.cpp37 llvm::Module &M, const CodeGenOptions &CGO, in CodeGenTBAA() argument
39 : Context(Ctx), CGTypes(CGTypes), Module(M), CodeGenOpts(CGO), in CodeGenTBAA()
H A DCodeGenTBAA.h182 const CodeGenOptions &CGO, const LangOptions &Features);
H A DCodeGenModule.cpp404 const CodeGenOptions &CGO, llvm::Module &M, in CodeGenModule() argument
408 PreprocessorOpts(PPO), CodeGenOpts(CGO), TheModule(M), Diags(diags), in CodeGenModule()
529 if (!CGO.MSSecureHotPatchFunctionsFile.empty() || in CodeGenModule()
530 !CGO.MSSecureHotPatchFunctionsList.empty()) { in CodeGenModule()
531 if (!CGO.MSSecureHotPatchFunctionsFile.empty()) { in CodeGenModule()
533 llvm::MemoryBuffer::getFile(CGO.MSSecureHotPatchFunctionsFile); in CodeGenModule()
545 DE.Report(DiagID) << CGO.MSSecureHotPatchFunctionsFile in CodeGenModule()
550 for (const auto &FuncName : CGO.MSSecureHotPatchFunctionsList) in CodeGenModule()
H A DCGDebugInfo.cpp679 auto &CGO = CGM.getCodeGenOpts(); in CreateCompileUnit() local
681 std::string MainFileName = CGO.MainFileName; in CreateCompileUnit()
724 else if (CGO.DebugStrictDwarf && CGO.DwarfVersion < 5) in CreateCompileUnit()
737 } else if (LO.C11 && !(CGO.DebugStrictDwarf && CGO.DwarfVersion < 5)) { in CreateCompileUnit()
/freebsd/contrib/llvm-project/clang/lib/CIR/FrontendAction/
H A DCIRGenAction.cpp65 CodeGenOptions &CGO; member in cir::CIRGenConsumer
69 CodeGenOptions &CGO, std::unique_ptr<raw_pwrite_stream> OS) in CIRGenConsumer() argument
74 FEOptions(CI.getFrontendOpts()), CGO(CGO) {} in CIRGenConsumer()
111 CGO.OptimizationLevel > 0) in HandleTranslationUnit()
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DModuleBuilder.h113 const CodeGenOptions &CGO,
/freebsd/contrib/llvm-project/lld/ELF/
H A DOptions.td653 def lto_CGO: JJ<"lto-CGO">, MetaVarName<"<cgopt-level>">,
/freebsd/contrib/llvm-project/lld/MachO/
H A DOptions.td99 def lto_CGO: Joined<["--"], "lto-CGO">,