Searched refs:odr_indicator (Results 1 – 2 of 2) sorted by relevance
147 u8 *odr_indicator = reinterpret_cast<u8 *>(g->odr_indicator); in CheckODRViolationViaIndicator() local148 if (*odr_indicator == UNREGISTERED) { in CheckODRViolationViaIndicator()149 *odr_indicator = REGISTERED; in CheckODRViolationViaIndicator()155 if (g->odr_indicator == l->g->odr_indicator && in CheckODRViolationViaIndicator()199 return flags()->use_odr_indicator && g->odr_indicator > 0; in UseODRIndicator()262 u8 *odr_indicator = reinterpret_cast<u8 *>(g->odr_indicator); in UnregisterGlobal() local263 *odr_indicator = UNREGISTERED; in UnregisterGlobal()
57 uptr odr_indicator; // The address of the ODR indicator symbol. member