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.cpp519 class IntelIBT : public X86 { class
521 IntelIBT();
531 IntelIBT::IntelIBT() { pltHeaderSize = 0; } in IntelIBT() function in IntelIBT
533 void IntelIBT::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt()
539 void IntelIBT::writePlt(uint8_t *buf, const Symbol &sym, in writePlt()
561 void IntelIBT::writeIBTPlt(uint8_t *buf, size_t numEntries) const { in writeIBTPlt()
724 static IntelIBT t; in getX86TargetInfo()
H A DX86_64.cpp1060 class IntelIBT : public X86_64 { class
1062 IntelIBT();
1072 IntelIBT::IntelIBT() { pltHeaderSize = 0; } in IntelIBT() function in IntelIBT
1074 void IntelIBT::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt()
1080 void IntelIBT::writePlt(uint8_t *buf, const Symbol &sym, in writePlt()
1091 void IntelIBT::writeIBTPlt(uint8_t *buf, size_t numEntries) const { in writeIBTPlt()
1238 static IntelIBT t; in getTargetInfo()