Home
last modified time | relevance | path

Searched refs:relocTypetoString (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
H A DWasm.cpp29 std::string llvm::wasm::relocTypetoString(uint32_t Type) { in relocTypetoString() function in llvm::wasm
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DWasm.h433 std::string relocTypetoString(uint32_t type);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp111 Out << wasm::relocTypetoString(Type) << " Off=" << Offset in print()