Home | History | Annotate | Download | only in CodeGen

Lines Matching full:functioncontext

507   AllocaInst *FunctionContext =
517 CallSite = GetElementPtrInst::Create(FunctionContext, Idxs, "call_site",
522 Value *FCData = GetElementPtrInst::Create(FunctionContext, Idxs, "fc_data",
598 GetElementPtrInst::Create(FunctionContext, Idxs, "lsda_gep",
606 GetElementPtrInst::Create(FunctionContext, Idxs, "lsda_gep",
614 = GetElementPtrInst::Create(FunctionContext, Idxs, "jbuf_gep",
661 CallInst::Create(RegisterFn, FunctionContext, "",
708 CallInst::Create(UnregisterFn, FunctionContext, "", Returns[i]);