Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dloongarch.h361 return makeAlignmentError(orc::ExecutorAddr(FixupAddress), Value, 4, E); in applyFixup()
376 return makeAlignmentError(orc::ExecutorAddr(FixupAddress), Value, 4, E); in applyFixup()
392 return makeAlignmentError(orc::ExecutorAddr(FixupAddress), Value, 4, E); in applyFixup()
449 return makeAlignmentError(orc::ExecutorAddr(FixupAddress), Value, 4, E); in applyFixup()
H A DJITLink.h2005 LLVM_ABI Error makeAlignmentError(llvm::orc::ExecutorAddr Loc, uint64_t Value,
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp215 return makeAlignmentError(FixupAddress, Value, 2, E); in applyFixup()
230 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 DJITLink.cpp459 Error makeAlignmentError(llvm::orc::ExecutorAddr Loc, uint64_t Value, int N, in makeAlignmentError() function