Home | History | Annotate | Download | only in JIT

Lines Matching defs:ob

174   struct LibgccObject* ob = (struct LibgccObject*)
178 ob->unused1 = (void *)-1;
179 ob->unused2 = 0;
180 ob->unused3 = 0;
181 ob->frame = FrameBegin;
182 ob->encoding.i = 0;
183 ob->encoding.b.encoding = llvm::dwarf::DW_EH_PE_omit;
188 ob->fde_end = (char*)LOI->unseenObjects;
189 ob->next = LOI->unseenObjects;
192 LOI->unseenObjects = ob;