Searched refs:relocationInfos (Results 1 – 1 of 1) sorted by relevance
147 std::vector<RelocationInfoType> relocationInfos, SharedMemory memory) { in create() argument150 std::move(relocationInfos), std::move(memory), std::move(mapping)); in create()153 RelocationTracker(std::vector<RelocationInfoType> relocationInfos, SharedMemory memory, in RelocationTracker() argument155 : kRelocationInfos(std::move(relocationInfos)), in RelocationTracker()