reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
152 assert(gotIndex == INVALID_INDEX); 158 gotIndex = index;tools/lld/wasm/Symbols.h
117 assert(gotIndex != INVALID_INDEX); 118 return gotIndex; 122 bool hasGOTIndex() const { return gotIndex != INVALID_INDEX; }