Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DWasm.cpp31 #define WASM_RELOC(NAME, VALUE) \ in relocTypetoString() macro
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp651 #define WASM_RELOC(name, value) IO.enumCase(Type, #name, wasm::name); in enumeration() macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h243 #define WASM_RELOC(name, value) name = value, macro
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp2062 #define WASM_RELOC(name, value) \ in getRelocationTypeName() macro