Lines Matching full: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
438 MBBLocations[MBB->getNumber()] && "MBB not emitted!");
462 assert(LabelLocations.count(Label) && "Label not emitted!");
562 DEBUG(dbgs() << "JIT: Lazy stub emitted at [" << Stub << "] for function '"
598 DEBUG(dbgs() << "JIT: Indirect symbol emitted at [" << IndirectSym
616 DEBUG(dbgs() << "JIT: Stub emitted at [" << Stub
742 // Make sure GV is emitted first, and create a stub containing the fully
1022 Emitted = EmittedFunctions.find(F);
1023 if (Emitted != EmittedFunctions.end()) {
1024 MemMgr->deallocateFunctionBody(Emitted->second.FunctionBody);
1025 MemMgr->deallocateExceptionTable(Emitted->second.ExceptionTable);
1026 TheJIT->NotifyFreeingMachineCode(Emitted->second.Code);
1028 EmittedFunctions.erase(Emitted);
1068 DEBUG(dbgs() << "JIT: Emitted constant pool at [" << ConstantPoolBase
1135 // an emitted MachineBasicBlock.
1211 // in the constant pool that was last emitted with the 'emitConstantPool'
1245 " RAUW on a value it has emitted.");