Home
last modified time | relevance | path

Searched refs:WASM_RELOC (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasmRelocs.def2 #ifndef WASM_RELOC
3 #error "WASM_RELOC must be defined"
6 WASM_RELOC(R_WEBASSEMBLY_FUNCTION_INDEX_LEB, 0)
7 WASM_RELOC(R_WEBASSEMBLY_TABLE_INDEX_SLEB, 1)
8 WASM_RELOC(R_WEBASSEMBLY_TABLE_INDEX_I32, 2)
9 WASM_RELOC(R_WEBASSEMBLY_MEMORY_ADDR_LEB, 3)
10 WASM_RELOC(R_WEBASSEMBLY_MEMORY_ADDR_SLEB, 4)
11 WASM_RELOC(R_WEBASSEMBLY_MEMORY_ADDR_I32, 5)
12 WASM_RELOC(R_WEBASSEMBLY_TYPE_INDEX_LEB, 6)
13 WASM_RELOC(R_WEBASSEMBLY_GLOBAL_INDEX_LEB, 7)
[all …]
DWasm.h269 #define WASM_RELOC(name, value) name = value, macro
275 #undef WASM_RELOC
/external/swiftshader/third_party/llvm-7.0/llvm/lib/BinaryFormat/
DWasm.cpp28 #define WASM_RELOC(NAME, VALUE) case VALUE: return #NAME; in relocTypetoString() macro
30 #undef WASM_RELOC in relocTypetoString()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp492 #define WASM_RELOC(name, value) IO.enumCase(Type, #name, wasm::name); in enumeration() macro
494 #undef WASM_RELOC in enumeration()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp1250 #define WASM_RELOC(name, value) \ in getRelocationTypeName() macro
1259 #undef WASM_RELOC in getRelocationTypeName()