Lines Matching refs:CG
147 LTOCodeGenerator *CG = unwrap(cg); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() local
156 CG->setAttr(attrs.c_str()); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
161 CG->setOptLevel(OptLevel - '0'); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
409 LibLTOCodeGenerator *CG = unwrap(cg); in lto_codegen_compile() local
410 CG->NativeObjectFile = in lto_codegen_compile()
411 CG->compile(DisableVerify, DisableInline, DisableGVNLoadPRE, in lto_codegen_compile()
413 if (!CG->NativeObjectFile) in lto_codegen_compile()
415 *length = CG->NativeObjectFile->getBufferSize(); in lto_codegen_compile()
416 return CG->NativeObjectFile->getBufferStart(); in lto_codegen_compile()
427 LibLTOCodeGenerator *CG = unwrap(cg); in lto_codegen_compile_optimized() local
428 CG->NativeObjectFile = CG->compileOptimized(); in lto_codegen_compile_optimized()
429 if (!CG->NativeObjectFile) in lto_codegen_compile_optimized()
431 *length = CG->NativeObjectFile->getBufferSize(); in lto_codegen_compile_optimized()
432 return CG->NativeObjectFile->getBufferStart(); in lto_codegen_compile_optimized()