Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A 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.
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
H A DWasm.h191 struct WasmRelocation { struct
192 uint8_t Type; // The type of the relocation.
193 uint32_t Index; // Index into either symbol or type index space.
194 uint64_t Offset; // Offset from the start of the section.
195 int64_t Addend; // A value to add to the symbol.
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/BinaryFormat/
DWasm.h191 struct WasmRelocation { struct
192 uint8_t Type; // The type of the relocation.
193 uint32_t Index; // Index into either symbol or type index space.
194 uint64_t Offset; // Offset from the start of the section.
195 int64_t Addend; // A value to add to the symbol.
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/BinaryFormat/
DWasm.h430 struct WasmRelocation { struct
431 uint8_t Type; // The type of the relocation.
432 uint32_t Index; // Index into either symbol or type index space.
433 uint64_t Offset; // Offset from the start of the section.
434 int64_t Addend; // A value to add to the symbol.
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/BinaryFormat/
DWasm.h430 struct WasmRelocation { struct
431 uint8_t Type; // The type of the relocation.
432 uint32_t Index; // Index into either symbol or type index space.
433 uint64_t Offset; // Offset from the start of the section.
434 int64_t Addend; // A value to add to the symbol.
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/BinaryFormat/
DWasm.h430 struct WasmRelocation { struct
431 uint8_t Type; // The type of the relocation.
432 uint32_t Index; // Index into either symbol or type index space.
433 uint64_t Offset; // Offset from the start of the section.
434 int64_t Addend; // A value to add to the symbol.