Home
last modified time | relevance | path

Searched refs:IntelIBT (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86.cpp527 class IntelIBT : public X86 { class
529 IntelIBT(Ctx &ctx) : X86(ctx) { pltHeaderSize = 0; } in IntelIBT() function in __anon4079ce040211::IntelIBT
539 void IntelIBT::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt()
545 void IntelIBT::writePlt(uint8_t *buf, const Symbol &sym, in writePlt()
567 void IntelIBT::writeIBTPlt(uint8_t *buf, size_t numEntries) const { in writeIBTPlt()
729 ctx.target.reset(new IntelIBT(ctx)); in setX86TargetInfo()
H A DX86_64.cpp1238 class IntelIBT : public X86_64 { class
1240 IntelIBT(Ctx &ctx) : X86_64(ctx) { pltHeaderSize = 0; }; in IntelIBT() function in __anon595e80ed0311::IntelIBT
1250 void IntelIBT::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt()
1256 void IntelIBT::writePlt(uint8_t *buf, const Symbol &sym, in writePlt()
1267 void IntelIBT::writeIBTPlt(uint8_t *buf, size_t numEntries) const { in writeIBTPlt()
1413 ctx.target.reset(new IntelIBT(ctx)); in setX86_64TargetInfo()