Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DWasm.cpp29 llvm::StringRef llvm::wasm::relocTypetoString(uint32_t Type) { in relocTypetoString() function in llvm::wasm
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h532 llvm::StringRef relocTypetoString(uint32_t type);
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp108 Out << wasm::relocTypetoString(Type) << " Off=" << Offset in print()