Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp95 struct WasmRelocationEntry { struct
102 WasmRelocationEntry(uint64_t Offset, const MCSymbolWasm *Symbol, in WasmRelocationEntry() function
187 std::vector<WasmRelocationEntry> CodeRelocations;
189 std::vector<WasmRelocationEntry> DataRelocations;
717 for (const WasmRelocationEntry &RelEntry : Relocations) { in applyRelocations()
1054 std::vector<WasmRelocationEntry> &Relocs) { in writeRelocSection()
1067 Relocs, [](const WasmRelocationEntry &A, const WasmRelocationEntry &B) { in writeRelocSection()
1077 for (const WasmRelocationEntry &RelEntry : Relocs) { in writeRelocSection()
1767 auto HandleReloc = [&](const WasmRelocationEntry &Rel) { in writeOneObject()
1791 for (const WasmRelocationEntry &RelEntry : CodeRelocations) in writeOneObject()
[all …]