Searched defs:NonRelocatable (Results 1 – 8 of 8) sorted by relevance
267 struct NonRelocatable { in TEST() struct269 NonRelocatable(NonRelocatable&&) {} in TEST() argument270 NonRelocatable& operator=(NonRelocatable&&) { return *this; } in TEST()271 void* self = nullptr; in TEST()
267 struct NonRelocatable { in TEST() struct269 NonRelocatable(NonRelocatable&&) {} in TEST() function270 NonRelocatable& operator=(NonRelocatable&&) { return *this; } in TEST()271 void* self = nullptr; in TEST()
129 struct NonRelocatable { in TEST() struct131 NonRelocatable(NonRelocatable&&) {} in TEST() argument132 NonRelocatable& operator=(NonRelocatable&&) { return *this; } in TEST()133 void* self = nullptr; in TEST()
129 struct NonRelocatable { in TEST() struct131 NonRelocatable(NonRelocatable&&) {} in TEST() function132 NonRelocatable& operator=(NonRelocatable&&) { return *this; } in TEST()133 void* self = nullptr; in TEST()
135 struct NonRelocatable { in TEST() struct137 NonRelocatable(NonRelocatable&&) {} in TEST() function138 NonRelocatable& operator=(NonRelocatable&&) { return *this; } in TEST()139 void* self = nullptr; in TEST()