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

/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp221 DenseMap<const MCSymbolWasm *, wasm::WasmDataReference> DataLocations; member in class:__anon2103::WasmObjectWriter
279 DataLocations.clear();
706 const wasm::WasmDataReference &SymRef = DataLocations[RelEntry.Symbol];
1480 // populating DataLocations.
1563 // Populate WasmIndices and DataLocations for defined symbols.
1649 assert(DataLocations.count(&WS) == 0);
1650 DataLocations[&WS] = Ref;
1720 // Populate WasmIndices and DataLocations for aliased symbols. We need to
1765 DataLocations[&WS] = Ref;
1812 assert(DataLocations
[all...]

Completed in 110 milliseconds