Searched refs:GOTIndices (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp219 DenseMap<const MCSymbolWasm *, uint32_t> GOTIndices; member in class:__anon2103::WasmObjectWriter
277 GOTIndices.clear();
649 assert(GOTIndices.count(RelEntry.Symbol) > 0 && "symbol not found in GOT index space");
650 return GOTIndices[RelEntry.Symbol];
1433 assert(GOTIndices.count(&WS) == 0);
1434 GOTIndices[&WS] = NumGlobalImports++;

Completed in 111 milliseconds