Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/Arch/
H A DX86.cpp488 class IntelIBT : public X86 { class
490 IntelIBT();
500 IntelIBT::IntelIBT() { pltHeaderSize = 0; } in IntelIBT() function in IntelIBT
502 void IntelIBT::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt()
508 void IntelIBT::writePlt(uint8_t *buf, const Symbol &sym, in writePlt()
530 void IntelIBT::writeIBTPlt(uint8_t *buf, size_t numEntries) const { in writeIBTPlt()
693 static IntelIBT t; in getX86TargetInfo()
H A DX86_64.cpp981 class IntelIBT : public X86_64 { class
983 IntelIBT();
993 IntelIBT::IntelIBT() { pltHeaderSize = 0; } in IntelIBT() function in IntelIBT
995 void IntelIBT::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt()
1001 void IntelIBT::writePlt(uint8_t *buf, const Symbol &sym, in writePlt()
1012 void IntelIBT::writeIBTPlt(uint8_t *buf, size_t numEntries) const { in writeIBTPlt()
1159 static IntelIBT t; in getTargetInfo()