Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp285 DF->appendContents(2, 0); in emitCOFFSectionIndex()
303 DF->appendContents(4, 0); in emitCOFFSecRel32()
322 DF->appendContents(4, 0); in emitCOFFImgRel32()
336 DF->appendContents(4, 0); in emitCOFFSecNumber()
350 DF->appendContents(4, 0); in emitCOFFSecOffset()
H A DMCMachOStreamer.cpp487 .appendContents(SectionBytes, 0); in finalizeCGProfile()
522 Frag->appendContents(8, 0); in createAddrSigSection()
H A DMCObjectStreamer.cpp193 DF->appendContents(Size, 0); in emitValueImpl()
394 DF->appendContents(Code); in emitInstToData()
587 DF->appendContents(ArrayRef(Data.data(), Data.size())); in emitBytes()
H A DMCWin64EH.cpp342 DF->appendContents(2, 0); in EmitUnwindInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp1039 DF->appendContents(4, 0); in emitGPRel32Value()
1046 DF->appendContents(8, 0); in emitGPRel64Value()
1053 DF->appendContents(4, 0); in emitDTPRel32Value()
1060 DF->appendContents(8, 0); in emitDTPRel64Value()
1067 DF->appendContents(4, 0); in emitTPRel32Value()
1074 DF->appendContents(8, 0); in emitTPRel64Value()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h380 void appendContents(ArrayRef<char> Contents) { in appendContents() function
384 void appendContents(size_t Num, char Elt) { in appendContents() function