Home
last modified time | relevance | path

Searched refs:PltSectionVA (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp515 findPltEntries(uint64_t PltSectionVA, ArrayRef<uint8_t> PltContents,
584 findX86PltEntries(uint64_t PltSectionVA, ArrayRef<uint8_t> PltContents) { in findX86PltEntries() argument
596 Result.emplace_back(PltSectionVA + Byte, Imm | (uint64_t(1) << 32)); in findX86PltEntries()
602 Result.push_back(std::make_pair(PltSectionVA + Byte, Imm)); in findX86PltEntries()
611 findX86_64PltEntries(uint64_t PltSectionVA, ArrayRef<uint8_t> PltContents) { in findX86_64PltEntries() argument
621 std::make_pair(PltSectionVA + Byte, PltSectionVA + Byte + 6 + Imm)); in findX86_64PltEntries()
630 X86MCInstrAnalysis::findPltEntries(uint64_t PltSectionVA, in findPltEntries() argument
636 return findX86PltEntries(PltSectionVA, PltContents); in findPltEntries()
638 return findX86_64PltEntries(PltSectionVA, PltContents); in findPltEntries()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp437 findPltEntries(uint64_t PltSectionVA, ArrayRef<uint8_t> PltContents,
641 ARMMCInstrAnalysis::findPltEntries(uint64_t PltSectionVA, in findPltEntries() argument
703 uint64_t Offset = (PltSectionVA + Byte + 12) + OffsetLower + OffsetHigher; in findPltEntries()
704 Result.emplace_back(PltSectionVA + Byte, Offset); in findPltEntries()
725 uint64_t Offset = (PltSectionVA + Byte + 12) + in findPltEntries()
728 Result.emplace_back(PltSectionVA + Byte, Offset); in findPltEntries()
751 uint64_t Offset = (PltSectionVA + Byte + 8) + ((Add1 & 0xff) << 20) + in findPltEntries()
753 Result.emplace_back(PltSectionVA + Byte, Offset); in findPltEntries()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrAnalysis.h198 findPltEntries(uint64_t PltSectionVA, ArrayRef<uint8_t> PltContents, in findPltEntries() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp764 findPltEntries(uint64_t PltSectionVA, ArrayRef<uint8_t> PltContents, in findPltEntries() argument
778 getValueFromMask(LoadGotPlt, 0x1f80) + PltSectionVA + in findPltEntries()
780 Result.emplace_back(PltSectionVA + Byte, Address); in findPltEntries()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.cpp468 findPltEntries(uint64_t PltSectionVA, ArrayRef<uint8_t> PltContents, in findPltEntries() argument
485 uint64_t Imm = (((PltSectionVA + Byte) >> 12) << 12) + in findPltEntries()
492 Result.push_back(std::make_pair(PltSectionVA + Byte, Imm)); in findPltEntries()