Searched refs:relocTypeHasAddend (Results 1 – 5 of 5) sorted by relevance
66 bool llvm::wasm::relocTypeHasAddend(uint32_t Type) { in relocTypeHasAddend() function in llvm::wasm
95 bool HasAddend = wasm::relocTypeHasAddend(static_cast<uint32_t>(RelocType)); in printRelocation()
534 bool relocTypeHasAddend(uint32_t type);
590 if (wasm::relocTypeHasAddend(Reloc.Type)) in writeRelocSection()
105 bool hasAddend() const { return wasm::relocTypeHasAddend(Type); } in hasAddend()