Lines Matching refs:getContents
517 return cast<MCDataFragment>(F).getContents().size(); in computeFragmentSize()
519 return cast<MCRelaxableFragment>(F).getContents().size(); in computeFragmentSize()
521 return cast<MCCompactEncodedInstFragment>(F).getContents().size(); in computeFragmentSize()
526 return cast<MCLEBFragment>(F).getContents().size(); in computeFragmentSize()
569 return cast<MCDwarfLineAddrFragment>(F).getContents().size(); in computeFragmentSize()
571 return cast<MCDwarfCallFrameFragment>(F).getContents().size(); in computeFragmentSize()
744 OW->writeBytes(cast<MCDataFragment>(F).getContents()); in writeFragment()
749 OW->writeBytes(cast<MCRelaxableFragment>(F).getContents()); in writeFragment()
754 OW->writeBytes(cast<MCCompactEncodedInstFragment>(F).getContents()); in writeFragment()
777 OW->writeBytes(LF.getContents()); in writeFragment()
799 OW->writeBytes(OF.getContents()); in writeFragment()
804 OW->writeBytes(CF.getContents()); in writeFragment()
832 for (unsigned i = 0, e = DF.getContents().size(); i != e; ++i) in writeSectionData()
833 if (DF.getContents()[i]) { in writeSectionData()
947 Contents = FragWithFixups->getContents(); in layout()
950 Contents = FragWithFixups->getContents(); in layout()
1029 F.getContents() = Code; in relaxInstruction()
1036 uint64_t OldSize = LF.getContents().size(); in relaxLEB()
1041 SmallString<8> &Data = LF.getContents(); in relaxLEB()
1048 return OldSize != LF.getContents().size(); in relaxLEB()
1054 uint64_t OldSize = DF.getContents().size(); in relaxDwarfLineAddr()
1061 SmallString<8> &Data = DF.getContents(); in relaxDwarfLineAddr()
1072 uint64_t OldSize = DF.getContents().size(); in relaxDwarfCallFrameFragment()
1077 SmallString<8> &Data = DF.getContents(); in relaxDwarfCallFrameFragment()
1201 const SmallVectorImpl<char> &Contents = DF->getContents(); in dump()
1225 const SmallVectorImpl<char> &Contents = CEIF->getContents(); in dump()