Searched refs:CGO (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ModuleBuilder.cpp | 71 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 D | CodeGenTBAA.cpp | 39 llvm::Module &M, const CodeGenOptions &CGO, in CodeGenTBAA() argument 41 : Context(Ctx), CGTypes(CGTypes), Module(M), CodeGenOpts(CGO), in CodeGenTBAA()
|
H A D | CodeGenTBAA.h | 175 const CodeGenOptions &CGO, const LangOptions &Features);
|
H A D | CGDebugInfo.cpp | 538 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 D | CodeGenModule.cpp | 337 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 D | ModuleBuilder.h | 113 const CodeGenOptions &CGO,
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Options.td | 623 def lto_CGO: JJ<"lto-CGO">, MetaVarName<"<cgopt-level>">,
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | Options.td | 95 def lto_CGO: Joined<["--"], "lto-CGO">,
|