Searched refs:GOTIndices (Results 1 – 1 of 1) sorted by relevance
217 DenseMap<const MCSymbolWasm *, uint32_t> GOTIndices; member in __anon335a907b0111::WasmObjectWriter275 GOTIndices.clear(); in reset()622 assert(GOTIndices.count(RelEntry.Symbol) > 0 && "symbol not found in GOT index space"); in getProvisionalValue()623 return GOTIndices[RelEntry.Symbol]; in getProvisionalValue()1421 assert(GOTIndices.count(&WS) == 0); in prepareImports()1422 GOTIndices[&WS] = NumGlobalImports++; in prepareImports()