Home | History | Annotate | Download | only in MC

Lines Matching refs:getContents

854   F->getContents().append(StringTable.begin(), StringTable.end());
872 F->getContents() += '\x00';
890 F->getContents() += Name;
891 F->getContents() += '\x00';
1034 Ret += cast<MCDataFragment>(F).getContents().size();
1070 WriteBytes(cast<MCDataFragment>(F).getContents().str());