Searched refs:FixupValue (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonAsmBackend.cpp | 387 const int64_t FixupValue, const char *fixupStr) const { in HandleFixupError() argument 394 FixupValue << in HandleFixupError() 406 MutableArrayRef<char> Data, uint64_t FixupValue, 655 uint64_t FixupValue, bool IsResolved) { in applyFixup() argument 658 maybeAddReloc(F, Fixup, Target, FixupValue, IsResolved); in applyFixup() 661 if (!FixupValue) in applyFixup() 676 Value = adjustFixupValue(Kind, FixupValue); in applyFixup() 687 HandleFixupError(7, 2, (int64_t)FixupValue, "B7_PCREL"); in applyFixup() 697 HandleFixupError(9, 2, (int64_t)FixupValue, "B9_PCREL"); in applyFixup() 709 HandleFixupError(13, 2, (int64_t)FixupValue, "B13_PCREL"); in applyFixup() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | MachO_x86_64.cpp | 160 uint64_t FixupValue = 0; in parsePairRelocation() local 162 FixupValue = *(const little64_t *)FixupContent; in parsePairRelocation() 164 FixupValue = *(const little32_t *)FixupContent; in parsePairRelocation() 181 FixupValue -= ToSymbol->getAddress().getValue(); in parsePairRelocation() 215 Addend = FixupValue + (FixupAddress - FromSymbol->getAddress()); in parsePairRelocation() 221 Addend = FixupValue - (FixupAddress - ToSymbol->getAddress()); in parsePairRelocation()
|
| H A D | MachO_arm64.cpp | 185 uint64_t FixupValue = 0; in parsePairRelocation() local 187 FixupValue = *(const little64_t *)FixupContent; in parsePairRelocation() 189 FixupValue = *(const little32_t *)FixupContent; in parsePairRelocation() 206 FixupValue -= ToSymbol->getAddress().getValue(); in parsePairRelocation() 240 Addend = FixupValue + (FixupAddress - FromSymbol->getAddress()); in parsePairRelocation() 246 Addend = FixupValue - (FixupAddress - ToSymbol->getAddress()); in parsePairRelocation()
|