Home | History | Annotate | Download | only in JIT

Lines Matching refs:Emitted

80                        " RAUW on a value it has emitted.");
297 /// emitted.
338 // CurFn - The llvm function being emitted. Only valid during
342 /// Information about emitted code, which is passed to the
433 MBBLocations[MBB->getNumber()] && "MBB not emitted!");
457 assert(LabelLocations.count(Label) && "Label not emitted!");
557 DEBUG(dbgs() << "JIT: Lazy stub emitted at [" << Stub << "] for function '"
593 DEBUG(dbgs() << "JIT: Indirect symbol emitted at [" << IndirectSym
611 DEBUG(dbgs() << "JIT: Stub emitted at [" << Stub
737 // Make sure GV is emitted first, and create a stub containing the fully
1027 Emitted = EmittedFunctions.find(F);
1028 if (Emitted != EmittedFunctions.end()) {
1029 MemMgr->deallocateFunctionBody(Emitted->second.FunctionBody);
1030 MemMgr->deallocateExceptionTable(Emitted->second.ExceptionTable);
1031 TheJIT->NotifyFreeingMachineCode(Emitted->second.Code);
1033 EmittedFunctions.erase(Emitted);
1073 DEBUG(dbgs() << "JIT: Emitted constant pool at [" << ConstantPoolBase
1140 // an emitted MachineBasicBlock.
1216 // in the constant pool that was last emitted with the 'emitConstantPool'
1250 " RAUW on a value it has emitted.");