Home
last modified time | relevance | path

Searched refs:relocTypeHasAddend (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DWasm.cpp41 bool llvm::wasm::relocTypeHasAddend(uint32_t Type) { in relocTypeHasAddend() function in llvm::wasm
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h444 bool relocTypeHasAddend(uint32_t type);
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp95 bool HasAddend = wasm::relocTypeHasAddend(static_cast<uint32_t>(RelocType)); in printRelocation()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp108 bool hasAddend() const { return wasm::relocTypeHasAddend(Type); } in hasAddend()