Home
last modified time | relevance | path

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

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