Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DWasm.h185 struct WasmDataReference { struct
218 WasmDataReference DataRef;
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp221 DenseMap<const MCSymbolWasm *, wasm::WasmDataReference> DataLocations;
705 const wasm::WasmDataReference &SymRef = DataLocations[RelEntry.Symbol]; in getProvisionalValue()
1645 wasm::WasmDataReference Ref = wasm::WasmDataReference{ in writeOneObject()
1760 wasm::WasmDataReference Ref = wasm::WasmDataReference{ in writeOneObject()
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h167 wasm::WasmDataReference DataRef;
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp722 Info.DataRef = wasm::WasmDataReference{Index, Offset, Size}; in parseLinkingSectionSymtab()