Searched refs:DataLocations (Results 1 – 1 of 1) sorted by relevance
221 DenseMap<const MCSymbolWasm *, wasm::WasmDataReference> DataLocations; member in __anon46b4d5de0111::WasmObjectWriter266 DataLocations.clear(); in reset()604 const wasm::WasmDataReference &Ref = DataLocations[Sym]; in getProvisionalValue()1286 DataLocations[&WS] = Ref; in writeObject()1323 assert(DataLocations.count(ResolvedSym) > 0); in writeObject()1325 DataLocations.find(ResolvedSym)->second; in writeObject()1326 DataLocations[&WS] = Ref; in writeObject()1360 assert(DataLocations.count(&WS) > 0); in writeObject()1361 Info.DataRef = DataLocations.find(&WS)->second; in writeObject()