Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
H A DWasm.cpp41 bool llvm::wasm::relocTypeHasAddend(uint32_t Type) { in relocTypeHasAddend() function in llvm::wasm
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DWasm.h434 bool relocTypeHasAddend(uint32_t type);
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp95 bool HasAddend = wasm::relocTypeHasAddend(static_cast<uint32_t>(RelocType)); in printRelocation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp108 bool hasAddend() const { return wasm::relocTypeHasAddend(Type); } in hasAddend()