Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/BinaryFormat/
H A DWasm.cpp28 std::string llvm::wasm::relocTypetoString(uint32_t type) { in relocTypetoString() function in llvm::wasm
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DWasm.h339 std::string relocTypetoString(uint32_t type);
/freebsd-12.1/contrib/llvm/lib/MC/
H A DWasmObjectWriter.cpp166 Out << wasm::relocTypetoString(Type) << " Off=" << Offset in print()