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