Searched refs:PrevAbbrevs (Results 1 – 9 of 9) sorted by relevance
50 std::vector<std::shared_ptr<BitCodeAbbrev>> PrevAbbrevs; member218 BlockScope.back().PrevAbbrevs.swap(CurAbbrevs); in EnterSubblock()246 CurAbbrevs = std::move(B.PrevAbbrevs); in ExitBlock()
349 std::vector<std::shared_ptr<BitCodeAbbrev>> PrevAbbrevs; member514 CurAbbrevs = std::move(BlockScope.back().PrevAbbrevs); in popBlockScope()
51 std::vector<IntrusiveRefCntPtr<BitCodeAbbrev>> PrevAbbrevs; member223 BlockScope.back().PrevAbbrevs.swap(CurAbbrevs); in EnterSubblock()251 CurAbbrevs = std::move(B.PrevAbbrevs); in ExitBlock()
423 std::vector<IntrusiveRefCntPtr<BitCodeAbbrev>> PrevAbbrevs; member565 CurAbbrevs = std::move(BlockScope.back().PrevAbbrevs); in popBlockScope()
61 std::vector<std::shared_ptr<BitCodeAbbrev>> PrevAbbrevs; member301 BlockScope.back().PrevAbbrevs.swap(CurAbbrevs); in EnterSubblock()329 CurAbbrevs = std::move(B.PrevAbbrevs); in ExitBlock()
350 std::vector<std::shared_ptr<BitCodeAbbrev>> PrevAbbrevs; member515 CurAbbrevs = std::move(BlockScope.back().PrevAbbrevs); in popBlockScope()
31 BlockScope.back().PrevAbbrevs.swap(CurAbbrevs); in EnterSubBlock()
24 BlockScope.back().PrevAbbrevs.swap(CurAbbrevs); in EnterSubBlock()