Home | History | Annotate | Download | only in MC

Lines Matching defs:Contents

215   SmallVector<char, 32> Contents;
226 SmallVectorImpl<char> &getContents() override { return Contents; }
228 return Contents;
267 SmallVector<char, 4> Contents;
278 SmallVectorImpl<char> &getContents() override { return Contents; }
279 const SmallVectorImpl<char> &getContents() const override { return Contents; }
303 /// Contents - Binary data for the currently encoded instruction.
304 SmallVector<char, 8> Contents;
314 SmallVectorImpl<char> &getContents() override { return Contents; }
315 const SmallVectorImpl<char> &getContents() const override { return Contents; }
465 SmallString<8> Contents;
470 Value(&Value_), IsSigned(IsSigned_) { Contents.push_back(0); }
479 SmallString<8> &getContents() { return Contents; }
480 const SmallString<8> &getContents() const { return Contents; }
500 SmallString<8> Contents;
506 Contents.push_back(0);
516 SmallString<8> &getContents() { return Contents; }
517 const SmallString<8> &getContents() const { return Contents; }
533 SmallString<8> Contents;
538 Contents.push_back(0);
546 SmallString<8> &getContents() { return Contents; }
547 const SmallString<8> &getContents() const { return Contents; }
1000 /// Emit the section contents using the given object writer.