HomeSort by: relevance | last modified time | path
    Searched refs:WASM_RELOC (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
Wasm.cpp 31 #define WASM_RELOC(NAME, VALUE) \
35 #undef WASM_RELOC
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
Wasm.h 383 #define WASM_RELOC(name, value) name = value,
389 #undef WASM_RELOC
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
WasmYAML.cpp 627 #define WASM_RELOC(name, value) IO.enumCase(Type, #name, wasm::name);
629 #undef WASM_RELOC
  /src/external/apache2/llvm/dist/llvm/lib/Object/
WasmObjectFile.cpp 1722 #define WASM_RELOC(name, value) \
1731 #undef WASM_RELOC

Completed in 16 milliseconds