Searched refs:JTLocations (Results 1 – 3 of 3) sorted by relevance
122 assert(JTLocations.size() > Index && "JT not emitted!"); in getJumpTableEntryAddress()123 return JTLocations[Index]; in getJumpTableEntryAddress()
134 JTLocations.clear(); in finishFunction()186 JTLocations.push_back(JTSection.size()); in emitJumpTables()
54 std::vector<uintptr_t> JTLocations; variable