Lines Matching refs:Relocations
298 std::vector<MachineRelocation> Relocations; member in __anon132375280111::JITEmitter
419 Relocations.push_back(MR); in addRelocation()
837 if (!Relocations.empty()) { in finishFunction()
839 NumRelos += Relocations.size(); in finishFunction()
842 for (unsigned i = 0, e = Relocations.size(); i != e; ++i) { in finishFunction()
843 MachineRelocation &MR = Relocations[i]; in finishFunction()
891 TheJIT->getJITInfo().relocate(BufferBegin, &Relocations[0], in finishFunction()
892 Relocations.size(), MemMgr->getGOTBase()); in finishFunction()
934 << Relocations.size() << " relocations\n"); in finishFunction()
936 Relocations.clear(); in finishFunction()
1004 Relocations.clear(); // Clear the old relocations or we'll reapply them. in retryWithMoreMemory()