Searched refs:getContents (Results 1 - 25 of 60) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp119 flushPendingLabels(PendingFixup.DF, PendingFixup.DF->getContents().size());
229 flushPendingLabels(DF, DF->getContents().size());
245 MCFixup::create(DF->getContents().size(), Value,
247 DF->getContents().resize(DF->getContents().size() + Size, 0);
279 Symbol->setOffset(F->getContents().size());
431 IF->getContents().append(Code.begin(), Code.end());
578 flushPendingLabels(DF, DF->getContents().size());
579 DF->getContents().append(Data.begin(), Data.end());
611 flushPendingLabels(DF, DF->getContents()
[all...]
H A DMCWinCOFFStreamer.cpp62 Fixups[i].setOffset(Fixups[i].getOffset() + DF->getContents().size());
66 DF->getContents().append(Code.begin(), Code.end());
223 MCFixup Fixup = MCFixup::create(DF->getContents().size(), SRE, FK_SecRel_2);
225 DF->getContents().resize(DF->getContents().size() + 2, 0);
239 MCFixup Fixup = MCFixup::create(DF->getContents().size(), MCE, FK_SecRel_4);
243 DF->getContents().resize(DF->getContents().size() + 4, 0);
258 MCFixup Fixup = MCFixup::create(DF->getContents().size(), MCE, FK_Data_4);
262 DF->getContents()
[all...]
H A DMCWasmStreamer.cpp40 flushPendingLabels(DF, DF->getContents().size());
44 DF->getContents().size());
49 DF->getContents().append(EF->getContents().begin(), EF->getContents().end());
187 Fixups[I].setOffset(Fixups[I].getOffset() + DF->getContents().size());
191 DF->getContents().append(Code.begin(), Code.end());
H A DMCAssembler.cpp294 return cast<MCDataFragment>(F).getContents().size();
296 return cast<MCRelaxableFragment>(F).getContents().size();
298 return cast<MCCompactEncodedInstFragment>(F).getContents().size();
316 return cast<MCLEBFragment>(F).getContents().size();
376 return cast<MCDwarfLineAddrFragment>(F).getContents().size();
378 return cast<MCDwarfCallFrameFragment>(F).getContents().size();
380 return cast<MCCVInlineLineTableFragment>(F).getContents().size();
382 return cast<MCCVDefRangeFragment>(F).getContents().size();
569 OS << cast<MCDataFragment>(F).getContents();
574 OS << cast<MCRelaxableFragment>(F).getContents();
[all...]
H A DMCELFStreamer.cpp57 uint64_t FSize = EF->getContents().size();
63 Assembler, EF, DF->getContents().size(), FSize);
74 DF->getContents().append(Code.begin(), Code.end());
78 flushPendingLabels(DF, DF->getContents().size());
82 DF->getContents().size());
87 DF->getContents().append(EF->getContents().begin(), EF->getContents().end());
566 CEIF->getContents().append(Code.begin(), Code.end());
590 Fixups[i].setOffset(Fixups[i].getOffset() + DF->getContents()
[all...]
H A DMCXCOFFStreamer.cpp108 const size_t ContentsSize = DF->getContents().size();
116 DF->getContents().append(Code.begin(), Code.end());
H A DMCFragment.cpp372 const SmallVectorImpl<char> &Contents = DF->getContents();
396 const SmallVectorImpl<char> &Contents = CEIF->getContents();
416 OS << " (" << F->getContents().size() << " bytes)";
H A DMCCodeView.cpp142 StrTabFragment->getContents().push_back('\0');
148 SmallVectorImpl<char> &Contents = getStringTableFragment()->getContents();
359 ->getContents()[Files[CurFileNum - 1].StringTableOffset]) +
509 SmallVectorImpl<char> &Buffer = Frag.getContents();
611 SmallVectorImpl<char> &Contents = Frag.getContents();
H A DMCMachOStreamer.cpp469 Fixup.setOffset(Fixup.getOffset() + DF->getContents().size());
473 DF->getContents().append(Code.begin(), Code.end());
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DTestingSupport.cpp78 if (Expected<StringRef> E = CoverageMapping.getContents())
84 if (Expected<StringRef> E = ProfileNames.getContents())
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h187 SmallVectorImpl<char> &getContents() { return Contents; } function in class:llvm::MCEncodedFragmentWithContents
188 const SmallVectorImpl<char> &getContents() const { return Contents; } function in class:llvm::MCEncodedFragmentWithContents
399 SmallString<8> &getContents() { return Contents; } function in class:llvm::MCLEBFragment
400 const SmallString<8> &getContents() const { return Contents; } function in class:llvm::MCLEBFragment
492 SmallString<8> &getContents() { return Contents; } function in class:llvm::MCCVInlineLineTableFragment
493 const SmallString<8> &getContents() const { return Contents; } function in class:llvm::MCCVInlineLineTableFragment
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DICF.cpp174 a->checksum == b->checksum && a->getContents() == b->getContents() &&
269 sc->eqClass[0] = xxHash64(sc->getContents());
H A DChunks.cpp354 ArrayRef<uint8_t> a = getContents();
588 ArrayRef<uint8_t> SectionChunk::getContents() const { function in class:lld::coff::SectionChunk
596 return consumeDebugMagic(getContents(), getSectionName());
884 builder.add(toStringRef(c->getContents()));
893 size_t off = builder.getOffset(toStringRef(c->getContents()));
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h63 llvm::ErrorOr<StringRef> getContents() const { function in class:clang::tooling::dependencies::CachedFileSystemEntry
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp496 if (cast<MCDataFragment>(F)->getContents().size() != 0)
511 DF->getContents().size() != PrevInstPosition.second;
525 return cast<MCDataFragment>(*F).getContents().size();
527 return cast<MCRelaxableFragment>(*F).getContents().size();
529 return cast<MCCompactEncodedInstFragment>(*F).getContents().size();
866 const unsigned OldSize = RF.getContents().size();
896 Code.append(RF.getContents().begin(), RF.getContents().end());
897 RF.getContents() = Code;
923 const unsigned OldSize = RF.getContents()
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DObjDumper.cpp97 unwrapOrError(Obj->getFileName(), Section.getContents());
132 unwrapOrError(Obj->getFileName(), Section.getContents());
H A DCOFFDumper.cpp967 unwrapOrError(Obj->getFileName(), Section.getContents());
1277 StringRef Data = unwrapOrError(Obj->getFileName(), S.getContents());
1317 StringRef Data = unwrapOrError(Obj->getFileName(), Section.getContents());
1381 StringRef Data = unwrapOrError(Obj->getFileName(), Sec.getContents());
1734 unwrapOrError(Obj->getFileName(), Section.getContents());
1774 StringRef Ref = unwrapOrError(Obj->getFileName(), S.getContents());
1886 unwrapOrError(Obj->getFileName(), RSF.getContents(DataEntry));
1911 unwrapOrError(Obj->getFileName(), StackMapSection.getContents());
1942 unwrapOrError(Obj->getFileName(), AddrsigSection.getContents());
1975 unwrapOrError(Obj->getFileName(), CGProfileSection.getContents());
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp44 Expected<StringRef> E = Sect.getContents();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DIRObjectFile.cpp77 Expected<StringRef> Contents = Sec.getContents();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkLinker.cpp45 if (Expected<StringRef> Contents = Section.getContents())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCExpr.cpp66 if (DF->getContents().size() == Offset) {
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DCOFFObjcopy.cpp68 Sec.Header.VirtualSize = NeedVA ? Sec.getContents().size() : 0u;
73 : Sec.getContents().size();
H A DObject.h43 ArrayRef<uint8_t> getContents() const { function in struct:llvm::objcopy::coff::Section
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h100 llvm::StringRef getContents() const { function in class:clang::PrecompiledPreamble
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp283 if (!DF->getContents().empty())

Completed in 193 milliseconds

123