Home | History | Annotate | Download | only in JIT

Lines Matching refs:GV

218     /// specified GV address.
396 void startGVStub(const GlobalValue* GV,
400 virtual void *allocIndirectGV(const GlobalValue *GV,
467 void *getPointerToGlobal(GlobalValue *GV, void *Reference,
581 /// GV address.
582 void *JITResolver::getGlobalValueIndirectSym(GlobalValue *GV, void *GVAddress) {
586 void *&IndirectSym = state.getGlobalToIndirectSymMap(locked)[GV];
590 IndirectSym = TheJIT->getJITInfo().emitGlobalValueIndirectSym(GV, GVAddress,
594 << "] for GV '" << GV->getName() << "'\n");
699 if (GlobalVariable *GV = dyn_cast<GlobalVariable>(V))
700 return TheJIT->getOrEmitGlobalVariable(GV);
737 // Make sure GV is emitted first, and create a stub containing the fully
1180 void JITEmitter::startGVStub(const GlobalValue* GV,
1186 BufferBegin = CurBufferPtr = MemMgr->allocateStub(GV, StubSize, Alignment);
1207 void *JITEmitter::allocIndirectGV(const GlobalValue *GV,
1210 uint8_t *IndGV = MemMgr->allocateStub(GV, Size, Alignment);