Lines Matching refs:WasmRelocationEntry

92 struct WasmRelocationEntry {  struct
99 WasmRelocationEntry(uint64_t Offset, const MCSymbolWasm *Symbol, in WasmRelocationEntry() argument
133 raw_ostream &operator<<(raw_ostream &OS, const WasmRelocationEntry &Rel) { in operator <<()
205 std::vector<WasmRelocationEntry> CodeRelocations;
207 std::vector<WasmRelocationEntry> DataRelocations;
228 DenseMap<const MCSectionWasm *, std::vector<WasmRelocationEntry>>
342 std::vector<WasmRelocationEntry> &Relocations);
352 const WasmRelocationEntry &RelEntry);
353 void applyRelocations(ArrayRef<WasmRelocationEntry> Relocations,
356 uint32_t getRelocationIndexValue(const WasmRelocationEntry &RelEntry);
620 WasmRelocationEntry Rec(FixupOffset, SymA, C, Type, &FixupSection); in recordRelocation()
640 const WasmRelocationEntry &RelEntry) { in getProvisionalValue()
750 WasmObjectWriter::getRelocationIndexValue(const WasmRelocationEntry &RelEntry) { in getRelocationIndexValue()
764 ArrayRef<WasmRelocationEntry> Relocations, uint64_t ContentsOffset, in applyRelocations()
767 for (const WasmRelocationEntry &RelEntry : Relocations) { in applyRelocations()
1108 std::vector<WasmRelocationEntry> &Relocs) { in writeRelocSection()
1121 Relocs, [](const WasmRelocationEntry &A, const WasmRelocationEntry &B) { in writeRelocSection()
1131 for (const WasmRelocationEntry &RelEntry : Relocs) { in writeRelocSection()
1812 auto HandleReloc = [&](const WasmRelocationEntry &Rel) { in writeOneObject()
1836 for (const WasmRelocationEntry &RelEntry : CodeRelocations) in writeOneObject()
1838 for (const WasmRelocationEntry &RelEntry : DataRelocations) in writeOneObject()