Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h165 struct WasmRelocation { struct
166 uint8_t Type; // The type of the relocation.
167 uint32_t Index; // Index into either symbol or type index space.
168 uint64_t Offset; // Offset from the start of the section.
169 int64_t Addend; // A value to add to the symbol.
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h172 struct WasmRelocation { struct
173 uint8_t Type; // The type of the relocation.
174 uint32_t Index; // Index into either symbol or type index space.
175 uint64_t Offset; // Offset from the start of the section.
176 int64_t Addend; // A value to add to the symbol.