Searched refs:relocTypetoString (Results 1 – 3 of 3) sorted by relevance
28 std::string llvm::wasm::relocTypetoString(uint32_t type) { in relocTypetoString() function in llvm::wasm
339 std::string relocTypetoString(uint32_t type);
166 Out << wasm::relocTypetoString(Type) << " Off=" << Offset in print()