Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DWasmObjectWriter.cpp139 struct WasmRelocationEntry { struct
146 WasmRelocationEntry(uint64_t Offset, const MCSymbolWasm *Symbol, in WasmRelocationEntry() argument
205 std::vector<WasmRelocationEntry> CodeRelocations;
209 std::vector<WasmRelocationEntry> DataRelocations;
678 for (const WasmRelocationEntry &RelEntry : Relocations) { in applyRelocations()
925 std::vector<WasmRelocationEntry> &Relocs) { in writeRelocSection()
939 [](const WasmRelocationEntry &A, const WasmRelocationEntry &B) { in writeRelocSection()
949 for (const WasmRelocationEntry &RelEntry : Relocs) { in writeRelocSection()
1477 auto HandleReloc = [&](const WasmRelocationEntry &Rel) { in writeObject()
1496 for (const WasmRelocationEntry &RelEntry : CodeRelocations) in writeObject()
[all …]