Home | History | Annotate | Download | only in JIT

Lines Matching defs:Emitted

79                        " RAUW on a value it has emitted.");
296 /// emitted.
334 // CurFn - The llvm function being emitted. Only valid during
338 /// Information about emitted code, which is passed to the
423 MBBLocations[MBB->getNumber()] && "MBB not emitted!");
447 assert(LabelLocations.count(Label) && "Label not emitted!");
546 DEBUG(dbgs() << "JIT: Lazy stub emitted at [" << Stub << "] for function '"
582 DEBUG(dbgs() << "JIT: Indirect symbol emitted at [" << IndirectSym
600 DEBUG(dbgs() << "JIT: Stub emitted at [" << Stub
726 // Make sure GV is emitted first, and create a stub containing the fully
982 Emitted = EmittedFunctions.find(F);
983 if (Emitted != EmittedFunctions.end()) {
984 MemMgr->deallocateFunctionBody(Emitted->second.FunctionBody);
985 TheJIT->NotifyFreeingMachineCode(Emitted->second.Code);
987 EmittedFunctions.erase(Emitted);
1023 DEBUG(dbgs() << "JIT: Emitted constant pool at [" << ConstantPoolBase
1090 // an emitted MachineBasicBlock.
1166 // in the constant pool that was last emitted with the 'emitConstantPool'
1200 " RAUW on a value it has emitted.");