Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h366 SmallVectorImpl<char> &getContentsForAppending() { in getContentsForAppending() function
381 getContentsForAppending().append(Contents.begin(), Contents.end()); in appendContents()
385 getContentsForAppending().append(Num, Elt); in appendContents()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp1073 raw_svector_ostream OS(Frag->getContentsForAppending()); in writeObject()
1096 raw_svector_ostream OS(Frag->getContentsForAppending()); in writeObject()
H A DMCELFStreamer.cpp452 Assembler.getEmitter().encodeInstruction(Inst, DF->getContentsForAppending(), in emitInstToData()
H A DMCObjectStreamer.cpp408 Inst, IF->getContentsForAppending(), Fixups, STI); in emitInstToFragment()
H A DMachObjectWriter.cpp804 raw_svector_ostream OS(Frag.getContentsForAppending()); in writeObject()