reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

include/llvm/BinaryFormat/Wasm.h
  336 #define WASM_RELOC(name, value) name = value,
lib/BinaryFormat/Wasm.cpp
   29 #define WASM_RELOC(NAME, VALUE)                                                \
lib/Object/WasmObjectFile.cpp
 1499 #define WASM_RELOC(name, value)                                                \
lib/ObjectYAML/WasmYAML.cpp
  598 #define WASM_RELOC(name, value) IO.enumCase(Type, #name, wasm::name);
tools/lld/wasm/InputChunks.cpp
   26 #define WASM_RELOC(NAME, REL)                                                  \