Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp139 struct WasmRelocationEntry { struct
146 WasmRelocationEntry(uint64_t Offset, const MCSymbolWasm *Symbol, in WasmRelocationEntry() argument
192 raw_ostream &operator<<(raw_ostream &OS, const WasmRelocationEntry &Rel) { in operator <<()
205 std::vector<WasmRelocationEntry> CodeRelocations;
209 std::vector<WasmRelocationEntry> DataRelocations;
227 DenseMap<const MCSectionWasm *, std::vector<WasmRelocationEntry>>
309 ArrayRef<WasmRelocationEntry> Relocations);
320 uint32_t getProvisionalValue(const WasmRelocationEntry &RelEntry);
321 void applyRelocations(ArrayRef<WasmRelocationEntry> Relocations,
324 uint32_t getRelocationIndexValue(const WasmRelocationEntry &RelEntry);
[all …]