Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp139 struct WasmRelocationEntry { struct
140 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() function
152 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()