Searched refs:appendContents (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCWinCOFFStreamer.cpp | 285 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 D | MCMachOStreamer.cpp | 487 .appendContents(SectionBytes, 0); in finalizeCGProfile() 522 Frag->appendContents(8, 0); in createAddrSigSection()
|
| H A D | MCObjectStreamer.cpp | 193 DF->appendContents(Size, 0); in emitValueImpl() 394 DF->appendContents(Code); in emitInstToData() 587 DF->appendContents(ArrayRef(Data.data(), Data.size())); in emitBytes()
|
| H A D | MCWin64EH.cpp | 342 DF->appendContents(2, 0); in EmitUnwindInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsTargetStreamer.cpp | 1039 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 D | MCSection.h | 380 void appendContents(ArrayRef<char> Contents) { in appendContents() function 384 void appendContents(size_t Num, char Elt) { in appendContents() function
|