Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp93 struct WasmRelocationEntry { struct
100 WasmRelocationEntry(uint64_t Offset, const MCSymbolWasm *Symbol, in WasmRelocationEntry() argument
206 std::vector<WasmRelocationEntry> CodeRelocations;
208 std::vector<WasmRelocationEntry> DataRelocations;
772 for (const WasmRelocationEntry &RelEntry : Relocations) { in applyRelocations()
1111 std::vector<WasmRelocationEntry> &Relocs) { in writeRelocSection()
1124 Relocs, [](const WasmRelocationEntry &A, const WasmRelocationEntry &B) { in writeRelocSection()
1134 for (const WasmRelocationEntry &RelEntry : Relocs) { in writeRelocSection()
1820 auto HandleReloc = [&](const WasmRelocationEntry &Rel) { in writeOneObject()
1844 for (const WasmRelocationEntry &RelEntry : CodeRelocations) in writeOneObject()
[all …]