Searched refs:relocTypeHasAddend (Results 1 – 4 of 4) sorted by relevance
41 bool llvm::wasm::relocTypeHasAddend(uint32_t Type) { in relocTypeHasAddend() function in llvm::wasm
434 bool relocTypeHasAddend(uint32_t type);
95 bool HasAddend = wasm::relocTypeHasAddend(static_cast<uint32_t>(RelocType)); in printRelocation()
108 bool hasAddend() const { return wasm::relocTypeHasAddend(Type); } in hasAddend()