Searched refs:relocTypeHasAddend (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DWasm.cpp39 bool llvm::wasm::relocTypeHasAddend(uint32_t Type) { function in class:llvm::wasm
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h388 bool relocTypeHasAddend(uint32_t type);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp150 bool hasAddend() const { return wasm::relocTypeHasAddend(Type); }

Completed in 83 milliseconds