Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DWasm.cpp39 bool llvm::wasm::relocTypeHasAddend(uint32_t Type) { in relocTypeHasAddend() function in llvm::wasm
/external/llvm-project/llvm/lib/BinaryFormat/
DWasm.cpp41 bool llvm::wasm::relocTypeHasAddend(uint32_t Type) { in relocTypeHasAddend() function in llvm::wasm
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h388 bool relocTypeHasAddend(uint32_t type);
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h417 bool relocTypeHasAddend(uint32_t type);
/external/llvm-project/llvm/tools/llvm-readobj/
DWasmDumper.cpp95 bool HasAddend = wasm::relocTypeHasAddend(static_cast<uint32_t>(RelocType)); in printRelocation()
/external/llvm-project/lld/wasm/
DInputChunks.cpp206 if (relocTypeHasAddend(rel.Type)) in writeRelocations()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp150 bool hasAddend() const { return wasm::relocTypeHasAddend(Type); } in hasAddend()
/external/llvm-project/llvm/lib/MC/
DWasmObjectWriter.cpp108 bool hasAddend() const { return wasm::relocTypeHasAddend(Type); } in hasAddend()