Searched refs:JTRelocations (Results 1 – 2 of 2) sorted by relevance
90 for (std::vector<MachineRelocation>::iterator MRI = JTRelocations.begin(), in finishFunction()91 MRE = JTRelocations.end(); MRI != MRE; ++MRI) { in finishFunction()130 JTRelocations.clear(); in finishFunction()196 JTRelocations.push_back(MR); in emitJumpTables()
36 std::vector<MachineRelocation> JTRelocations; variable