Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DELFObjectWriter.cpp1189 std::unique_ptr<MCDataFragment> CompressedFragment(new MCDataFragment()); in getCompressedFragment() local
1196 SmallVectorImpl<char> &CompressedContents = CompressedFragment->getContents(); in getCompressedFragment()
1207 return CompressedFragment; in getCompressedFragment()
1230 std::unique_ptr<MCDataFragment> CompressedFragment = in CompressDebugSection() local
1234 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()