Home
last modified time | relevance | path

Searched refs:cgo (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenerator.cpp32 const CodeGenOptions &cgo) in CIRGenerator() argument
33 : diags(diags), fs(std::move(vfs)), codeGenOpts{cgo}, in CIRGenerator()
H A DCIRGenModule.cpp61 const clang::CodeGenOptions &cgo, in CIRGenModule() argument
64 langOpts(astContext.getLangOpts()), codeGenOpts(cgo), in CIRGenModule()
108 if (cgo.OptimizationLevel > 0 || cgo.OptimizeSize > 0)
111 cgo.OptimizationLevel,
112 cgo.OptimizeSize));
H A DCIRGenModule.h61 const clang::CodeGenOptions &cgo,
/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DCIRGenerator.h75 const clang::CodeGenOptions &cgo);