Searched refs:CompressedFragment (Results 1 – 1 of 1) sorted by relevance
1189 std::unique_ptr<MCDataFragment> CompressedFragment(new MCDataFragment()); in getCompressedFragment() local1196 SmallVectorImpl<char> &CompressedContents = CompressedFragment->getContents(); in getCompressedFragment()1207 return CompressedFragment; in getCompressedFragment()1230 std::unique_ptr<MCDataFragment> CompressedFragment = in CompressDebugSection() local1234 if (!CompressedFragment) in CompressDebugSection()1241 UpdateSymbols(Layout, I->second, *CompressedFragment); in CompressDebugSection()1249 CompressedFragment->setParent(&SD); in CompressDebugSection()1250 CompressedFragment->setLayoutOrder(0); in CompressDebugSection()1251 Fragments.push_back(CompressedFragment.release()); in CompressDebugSection()