Home
last modified time | relevance | path

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

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