Searched refs:DataLocations (Results 1 – 1 of 1) sorted by relevance
222 DenseMap<const MCSymbolWasm *, wasm::WasmDataReference> DataLocations; member in __anon325f64800111::WasmObjectWriter267 DataLocations.clear(); in reset()613 const wasm::WasmDataReference &Ref = DataLocations[Sym]; in getProvisionalValue()1374 DataLocations[&WS] = Ref; in writeObject()1430 assert(DataLocations.count(ResolvedSym) > 0); in writeObject()1432 DataLocations.find(ResolvedSym)->second; in writeObject()1433 DataLocations[&WS] = Ref; in writeObject()1469 assert(DataLocations.count(&WS) > 0); in writeObject()1470 Info.DataRef = DataLocations.find(&WS)->second; in writeObject()