Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCFIInstrInserter.cpp71 struct MBBCFAInfo { struct in __anon03388b8d0111::CFIInstrInserter
102 std::vector<MBBCFAInfo> MBBVector;
113 void calculateOutgoingCFAInfo(MBBCFAInfo &MBBInfo);
116 void updateSuccCFAInfo(MBBCFAInfo &MBBInfo);
130 void reportCFAError(const MBBCFAInfo &Pred, const MBBCFAInfo &Succ);
131 void reportCSRError(const MBBCFAInfo &Pred, const MBBCFAInfo &Succ);
160 MBBCFAInfo &MBBInfo = MBBVector[MBB.getNumber()]; in calculateCFAInfo()
178 void CFIInstrInserter::calculateOutgoingCFAInfo(MBBCFAInfo &MBBInfo) { in calculateOutgoingCFAInfo()
272 void CFIInstrInserter::updateSuccCFAInfo(MBBCFAInfo &MBBInfo) { in updateSuccCFAInfo()
278 MBBCFAInfo &CurrentInfo = MBBVector[Current->getNumber()]; in updateSuccCFAInfo()
[all …]