Searched defs:LabelIdx (Results 1 – 3 of 3) sorted by relevance
25 void EHFunc::CollectEHInformation(std::vector<std::pair<LabelIdx, CatchNode *>> &catchVec) in CollectEHInformation()422 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()
125 using LabelIdx = uint32; variable
420 static void SetFuncWrapLabels(MIRFunction *func, const std::pair<LabelIdx, LabelIdx> labels) in SetFuncWrapLabels()