Home
last modified time | relevance | path

Searched refs:WasmIndices (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp217 DenseMap<const MCSymbolWasm *, uint32_t> WasmIndices; member in __anon335a907b0111::WasmObjectWriter
275 WasmIndices.clear(); in reset()
675 assert(WasmIndices.count(RelEntry.Symbol) > 0 && "symbol not found in wasm index space"); in getProvisionalValue()
676 return WasmIndices[RelEntry.Symbol]; in getProvisionalValue()
1010 assert(WasmIndices.count(IndirectFunctionTable)); in writeElemSection()
1011 uint32_t TableNumber = WasmIndices.find(IndirectFunctionTable)->second; in writeElemSection()
1373 assert(WasmIndices.count(&WS) == 0); in prepareImports()
1374 WasmIndices[&WS] = NumFunctionImports++; in prepareImports()
1385 assert(WasmIndices.count(&WS) == 0); in prepareImports()
1386 WasmIndices[&WS] = NumGlobalImports++; in prepareImports()
[all …]