Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp502 findPltEntries(uint64_t PltSectionVA, ArrayRef<uint8_t> PltContents,
573 findX86PltEntries(uint64_t PltSectionVA, ArrayRef<uint8_t> PltContents, in findX86PltEntries() argument
584 std::make_pair(PltSectionVA + Byte, GotPltSectionVA + Imm)); in findX86PltEntries()
590 Result.push_back(std::make_pair(PltSectionVA + Byte, Imm)); in findX86PltEntries()
599 findX86_64PltEntries(uint64_t PltSectionVA, ArrayRef<uint8_t> PltContents) { in findX86_64PltEntries() argument
609 std::make_pair(PltSectionVA + Byte, PltSectionVA + Byte + 6 + Imm)); in findX86_64PltEntries()
618 uint64_t PltSectionVA, ArrayRef<uint8_t> PltContents, in findPltEntries() argument
622 return findX86PltEntries(PltSectionVA, PltContents, GotPltSectionVA); in findPltEntries()
624 return findX86_64PltEntries(PltSectionVA, PltContents); in findPltEntries()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCInstrAnalysis.h171 findPltEntries(uint64_t PltSectionVA, ArrayRef<uint8_t> PltContents, in findPltEntries() argument
/llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.cpp424 findPltEntries(uint64_t PltSectionVA, ArrayRef<uint8_t> PltContents, in findPltEntries() argument
442 uint64_t Imm = (((PltSectionVA + Byte) >> 12) << 12) + in findPltEntries()
449 Result.push_back(std::make_pair(PltSectionVA + Byte, Imm)); in findPltEntries()