Searched defs:catchVec (Results 1 – 2 of 2) sorted by relevance
25 void EHFunc::CollectEHInformation(std::vector<std::pair<LabelIdx, CatchNode *>> &catchVec) in CollectEHInformation()262 std::vector<std::pair<LabelIdx, CatchNode *>> catchVec; in BuildEHFunc() local422 void EHFunc::MergeCatchToTry(const std::vector<std::pair<LabelIdx, CatchNode *>> &catchVec) in MergeCatchToTry()443 void EHFunc::BuildEHTypeTable(const std::vector<std::pair<LabelIdx, CatchNode *>> &catchVec) in BuildEHTypeTable()619 void EHFunc::InsertCxaAfterEachCatch(const std::vector<std ::pair<LabelIdx, CatchNode *>> &catchVec) in InsertCxaAfterEachCatch()
87 MapleVector<CatchNode *> catchVec; variable