Searched defs:NonRelocatable (Results 1 – 6 of 6) sorted by relevance
124 struct NonRelocatable { in TEST() struct126 NonRelocatable(NonRelocatable&&) {} in TEST() argument127 NonRelocatable& operator=(NonRelocatable&&) { return *this; } in TEST()128 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()
267 struct NonRelocatable { in TEST() struct269 NonRelocatable(NonRelocatable&&) {} in TEST() argument270 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()