Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86MCTargetDesc.cpp401 findPltEntries(uint64_t PltSectionVA, ArrayRef<uint8_t> PltContents,
468 findX86PltEntries(uint64_t PltSectionVA, ArrayRef<uint8_t> PltContents, in findX86PltEntries() argument
479 std::make_pair(PltSectionVA + Byte, GotPltSectionVA + Imm)); in findX86PltEntries()
485 Result.push_back(std::make_pair(PltSectionVA + Byte, Imm)); in findX86PltEntries()
494 findX86_64PltEntries(uint64_t PltSectionVA, ArrayRef<uint8_t> PltContents) { in findX86_64PltEntries() argument
504 std::make_pair(PltSectionVA + Byte, PltSectionVA + Byte + 6 + Imm)); in findX86_64PltEntries()
513 uint64_t PltSectionVA, ArrayRef<uint8_t> PltContents, in findPltEntries() argument
517 return findX86PltEntries(PltSectionVA, PltContents, GotPltSectionVA); in findPltEntries()
519 return findX86_64PltEntries(PltSectionVA, PltContents); in findPltEntries()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCInstrAnalysis.h163 findPltEntries(uint64_t PltSectionVA, ArrayRef<uint8_t> PltContents, in findPltEntries() argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MCTargetDesc.cpp333 findPltEntries(uint64_t PltSectionVA, ArrayRef<uint8_t> PltContents, in findPltEntries() argument
351 uint64_t Imm = (((PltSectionVA + Byte) >> 12) << 12) + in findPltEntries()
358 Result.push_back(std::make_pair(PltSectionVA + Byte, Imm)); in findPltEntries()