Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/BinaryFormat/
H A DWasm.cpp31 #define WASM_RELOC(NAME, VALUE) \ in relocTypetoString() macro
/openbsd/gnu/llvm/lld/wasm/
H A DInputChunks.cpp27 #define WASM_RELOC(NAME, REL) \ in relocTypeToString() macro
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp638 #define WASM_RELOC(name, value) IO.enumCase(Type, #name, wasm::name); in enumeration() macro
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DWasm.h415 #define WASM_RELOC(name, value) name = value, macro
/openbsd/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp1800 #define WASM_RELOC(name, value) \ in getRelocationTypeName() macro