Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DWasm.cpp66 bool llvm::wasm::relocTypeHasAddend(uint32_t Type) { in relocTypeHasAddend() function in llvm::wasm
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp95 bool HasAddend = wasm::relocTypeHasAddend(static_cast<uint32_t>(RelocType)); in printRelocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h534 bool relocTypeHasAddend(uint32_t type);
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp590 if (wasm::relocTypeHasAddend(Reloc.Type)) in writeRelocSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp105 bool hasAddend() const { return wasm::relocTypeHasAddend(Type); } in hasAddend()