Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FixupGadgets.cpp70 struct FixupInfo { struct in __anonf9d0d9c30111::FixupGadgetsPass
79 struct FixupInfo isROPFriendly(MachineInstr &MI) const;
86 struct FixupInfo &info) const;
87 bool needsFixup(struct FixupInfo &fi) const;
88 bool needsAlign(struct FixupInfo &fi) const;
96 MachineInstr &MI, struct FixupInfo Info);
156 struct FixupInfo &info) const { in checkSIB()
175 struct FixupGadgetsPass::FixupInfo
185 struct FixupInfo info = {0, 0, false, false}; in isROPFriendly()
342 bool FixupGadgetsPass::needsFixup(struct FixupInfo &fi) const { in needsFixup()
[all …]