Searched refs:relocTypeHasAddend (Results 1 – 8 of 8) sorted by relevance
39 bool llvm::wasm::relocTypeHasAddend(uint32_t Type) { in relocTypeHasAddend() function in llvm::wasm
41 bool llvm::wasm::relocTypeHasAddend(uint32_t Type) { in relocTypeHasAddend() function in llvm::wasm
388 bool relocTypeHasAddend(uint32_t type);
417 bool relocTypeHasAddend(uint32_t type);
95 bool HasAddend = wasm::relocTypeHasAddend(static_cast<uint32_t>(RelocType)); in printRelocation()
206 if (relocTypeHasAddend(rel.Type)) in writeRelocations()
150 bool hasAddend() const { return wasm::relocTypeHasAddend(Type); } in hasAddend()
108 bool hasAddend() const { return wasm::relocTypeHasAddend(Type); } in hasAddend()