Searched defs:WasmRelocationEntry (Results 1 – 1 of 1) sorted by relevance
139 struct WasmRelocationEntry { struct140 uint64_t Offset; // Where is the relocation.141 const MCSymbolWasm *Symbol; // The symbol to relocate with.142 int64_t Addend; // A value to add to the symbol.143 unsigned Type; // The type of the relocation.144 const MCSectionWasm *FixupSection;// The section the relocation is targeting.146 WasmRelocationEntry(uint64_t Offset, const MCSymbolWasm *Symbol, in WasmRelocationEntry() function152 bool hasAddend() const { in hasAddend()165 void print(raw_ostream &Out) const { in print()172 LLVM_DUMP_METHOD void dump() const { print(dbgs()); } in dump()