Searched refs:WASM_RELOC (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/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 | 365 #define WASM_RELOC(name, value) name = value, macro 371 #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/llvm-project/llvm/lib/BinaryFormat/ |
D | Wasm.cpp | 31 #define WASM_RELOC(NAME, VALUE) \ in relocTypetoString() macro 35 #undef WASM_RELOC in relocTypetoString()
|
/external/llvm-project/lld/wasm/ |
D | InputChunks.cpp | 26 #define WASM_RELOC(NAME, REL) \ in relocTypeToString() macro 30 #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/llvm-project/llvm/lib/ObjectYAML/ |
D | WasmYAML.cpp | 614 #define WASM_RELOC(name, value) IO.enumCase(Type, #name, wasm::name); in enumeration() macro 616 #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/llvm-project/llvm/lib/Object/ |
D | WasmObjectFile.cpp | 1662 #define WASM_RELOC(name, value) \ in getRelocationTypeName() macro 1671 #undef WASM_RELOC in getRelocationTypeName()
|