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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrAnalysis.h163 findPltEntries(uint64_t PltSectionVA, ArrayRef<uint8_t> PltContents, argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp401 findPltEntries(uint64_t PltSectionVA, ArrayRef<uint8_t> PltContents,
465 findX86PltEntries(uint64_t PltSectionVA, ArrayRef<uint8_t> PltContents, argument
476 std::make_pair(PltSectionVA + Byte, GotPltSectionVA + Imm));
482 Result.push_back(std::make_pair(PltSectionVA + Byte, Imm));
491 findX86_64PltEntries(uint64_t PltSectionVA, ArrayRef<uint8_t> PltContents) { argument
501 std::make_pair(PltSectionVA + Byte, PltSectionVA + Byte + 6 + Imm));
510 uint64_t PltSectionVA, ArrayRef<uint8_t> PltContents,
514 return findX86PltEntries(PltSectionVA, PltContents, GotPltSectionVA);
516 return findX86_64PltEntries(PltSectionVA, PltContent
509 findPltEntries( uint64_t PltSectionVA, ArrayRef<uint8_t> PltContents, uint64_t GotPltSectionVA, const Triple &TargetTriple) const argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.cpp329 findPltEntries(uint64_t PltSectionVA, ArrayRef<uint8_t> PltContents,
347 uint64_t Imm = (((PltSectionVA + Byte) >> 12) << 12) +
354 Result.push_back(std::make_pair(PltSectionVA + Byte, Imm));

Completed in 166 milliseconds