Searched refs:WASM_RELOC (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/ |
D | WasmRelocs.def | 1 #ifndef WASM_RELOC 2 #error "WASM_RELOC must be defined" 5 WASM_RELOC(R_WASM_FUNCTION_INDEX_LEB, 0) 6 WASM_RELOC(R_WASM_TABLE_INDEX_SLEB, 1) 7 WASM_RELOC(R_WASM_TABLE_INDEX_I32, 2) 8 WASM_RELOC(R_WASM_MEMORY_ADDR_LEB, 3) 9 WASM_RELOC(R_WASM_MEMORY_ADDR_SLEB, 4) 10 WASM_RELOC(R_WASM_MEMORY_ADDR_I32, 5) 11 WASM_RELOC(R_WASM_TYPE_INDEX_LEB, 6) 12 WASM_RELOC(R_WASM_GLOBAL_INDEX_LEB, 7) [all …]
|
D | Wasm.h | 415 #define WASM_RELOC(name, value) name = value, macro 421 #undef WASM_RELOC
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | WasmRelocs.def | 1 #ifndef WASM_RELOC 2 #error "WASM_RELOC must be defined" 5 WASM_RELOC(R_WASM_FUNCTION_INDEX_LEB, 0) 6 WASM_RELOC(R_WASM_TABLE_INDEX_SLEB, 1) 7 WASM_RELOC(R_WASM_TABLE_INDEX_I32, 2) 8 WASM_RELOC(R_WASM_MEMORY_ADDR_LEB, 3) 9 WASM_RELOC(R_WASM_MEMORY_ADDR_SLEB, 4) 10 WASM_RELOC(R_WASM_MEMORY_ADDR_I32, 5) 11 WASM_RELOC(R_WASM_TYPE_INDEX_LEB, 6) 12 WASM_RELOC(R_WASM_GLOBAL_INDEX_LEB, 7) [all …]
|
D | Wasm.h | 338 #define WASM_RELOC(name, value) name = value, macro 344 #undef WASM_RELOC
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
D | Wasm.cpp | 29 #define WASM_RELOC(NAME, VALUE) \ in relocTypetoString() macro 33 #undef WASM_RELOC in relocTypetoString()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/BinaryFormat/ |
D | Wasm.cpp | 31 #define WASM_RELOC(NAME, VALUE) \ in relocTypetoString() macro 35 #undef WASM_RELOC in relocTypetoString()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | WasmYAML.cpp | 598 #define WASM_RELOC(name, value) IO.enumCase(Type, #name, wasm::name); in enumeration() macro 600 #undef WASM_RELOC in enumeration()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/ |
D | WasmYAML.cpp | 638 #define WASM_RELOC(name, value) IO.enumCase(Type, #name, wasm::name); in enumeration() macro 640 #undef WASM_RELOC in enumeration()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | WasmObjectFile.cpp | 1502 #define WASM_RELOC(name, value) \ in getRelocationTypeName() macro 1511 #undef WASM_RELOC in getRelocationTypeName()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
D | WasmObjectFile.cpp | 1800 #define WASM_RELOC(name, value) \ in getRelocationTypeName() macro 1809 #undef WASM_RELOC in getRelocationTypeName()
|