Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/Arch/
DX86.cpp421 class IntelIBT : public X86 { class
423 IntelIBT();
433 IntelIBT::IntelIBT() { pltHeaderSize = 0; } in IntelIBT() function in IntelIBT
435 void IntelIBT::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt()
441 void IntelIBT::writePlt(uint8_t *buf, const Symbol &sym, in writePlt()
463 void IntelIBT::writeIBTPlt(uint8_t *buf, size_t numEntries) const { in writeIBTPlt()
626 static IntelIBT t; in getX86TargetInfo()
DX86_64.cpp908 class IntelIBT : public X86_64 { class
910 IntelIBT();
920 IntelIBT::IntelIBT() { pltHeaderSize = 0; } in IntelIBT() function in IntelIBT
922 void IntelIBT::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt()
928 void IntelIBT::writePlt(uint8_t *buf, const Symbol &sym, in writePlt()
939 void IntelIBT::writeIBTPlt(uint8_t *buf, size_t numEntries) const { in writeIBTPlt()
1086 static IntelIBT t; in getTargetInfo()