Searched refs:makeAlignmentError (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | ELF_riscv.cpp | 207 return makeAlignmentError(FixupAddress, Value, 2, E); in applyFixup() 222 return makeAlignmentError(FixupAddress, Value, 2, E); in applyFixup() 391 return makeAlignmentError(FixupAddress, Value, 2, E); in applyFixup() 407 return makeAlignmentError(FixupAddress, Value, 2, E); in applyFixup()
|
| H A D | JITLink.cpp | 395 Error makeAlignmentError(llvm::orc::ExecutorAddr Loc, uint64_t Value, int N, in makeAlignmentError() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | loongarch.h | 200 return makeAlignmentError(orc::ExecutorAddr(FixupAddress), Value, 4, E); in applyFixup()
|
| H A D | JITLink.h | 1768 Error makeAlignmentError(llvm::orc::ExecutorAddr Loc, uint64_t Value, int N,
|