Home
last modified time | relevance | path

Searched refs:CGO (Results 1 – 8 of 8) 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.cpp39 llvm::Module &M, const CodeGenOptions &CGO, in CodeGenTBAA() argument
41 : Context(Ctx), CGTypes(CGTypes), Module(M), CodeGenOpts(CGO), in CodeGenTBAA()
H A DCodeGenTBAA.h175 const CodeGenOptions &CGO, const LangOptions &Features);
H A DCGDebugInfo.cpp538 auto &CGO = CGM.getCodeGenOpts(); in CreateCompileUnit() local
540 std::string MainFileName = CGO.MainFileName; in CreateCompileUnit()
583 else if (CGO.DebugStrictDwarf && CGO.DwarfVersion < 5) in CreateCompileUnit()
598 } else if (LO.C11 && !(CGO.DebugStrictDwarf && CGO.DwarfVersion < 5)) { in CreateCompileUnit()
H A DCodeGenModule.cpp337 const CodeGenOptions &CGO, llvm::Module &M, in CodeGenModule() argument
341 PreprocessorOpts(PPO), CodeGenOpts(CGO), TheModule(M), Diags(diags), in CodeGenModule()
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DModuleBuilder.h113 const CodeGenOptions &CGO,
/freebsd/contrib/llvm-project/lld/ELF/
H A DOptions.td623 def lto_CGO: JJ<"lto-CGO">, MetaVarName<"<cgopt-level>">,
/freebsd/contrib/llvm-project/lld/MachO/
H A DOptions.td95 def lto_CGO: Joined<["--"], "lto-CGO">,