Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/BinaryFormat/
H A DWasm.cpp29 llvm::StringRef llvm::wasm::relocTypetoString(uint32_t Type) { in relocTypetoString() function in llvm::wasm
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DWasm.h475 llvm::StringRef relocTypetoString(uint32_t type);
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp109 Out << wasm::relocTypetoString(Type) << " Off=" << Offset in print()