Searched refs:getContents (Results 26 - 50 of 76) sorted by relevance

1234

/openbsd-current/gnu/llvm/llvm/lib/MC/
H A DMCCodeView.cpp143 StrTabFragment->getContents().push_back('\0');
149 SmallVectorImpl<char> &Contents = getStringTableFragment()->getContents();
360 ->getContents()[Files[CurFileNum - 1].StringTableOffset]) +
510 SmallVectorImpl<char> &Buffer = Frag.getContents();
609 SmallVectorImpl<char> &Contents = Frag.getContents();
/openbsd-current/gnu/llvm/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.h42 ArrayRef<uint8_t> getContents() const { function in struct:llvm::objcopy::coff::Section
H A DCOFFWriter.cpp319 ArrayRef<uint8_t> Contents = S.getContents();
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp283 if (!DF->getContents().empty())
H A DARMELFStreamer.cpp653 EMS->Offset = DF->getContents().size();
1188 Frag->getFixups().push_back(MCFixup::create(Frag->getContents().size(), Expr,
1281 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(),
/openbsd-current/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1045 unwrapOrError(Obj->getFileName(), Section.getContents());
1355 StringRef Data = unwrapOrError(Obj->getFileName(), S.getContents());
1395 StringRef Data = unwrapOrError(Obj->getFileName(), Section.getContents());
1459 StringRef Data = unwrapOrError(Obj->getFileName(), Sec.getContents());
1823 unwrapOrError(Obj->getFileName(), Section.getContents());
1863 StringRef Ref = unwrapOrError(Obj->getFileName(), S.getContents());
1975 unwrapOrError(Obj->getFileName(), RSF.getContents(DataEntry));
2000 unwrapOrError(Obj->getFileName(), StackMapSection.getContents());
2031 unwrapOrError(Obj->getFileName(), AddrsigSection.getContents());
2064 unwrapOrError(Obj->getFileName(), CGProfileSection.getContents());
[all...]
H A DMachODumper.cpp519 Section.getContents()));
729 unwrapOrError(Obj->getFileName(), StackMapSection.getContents());
759 unwrapOrError(Obj->getFileName(), CGProfileSection.getContents());
/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp193 SmallVectorImpl<char> &Data = DF.getContents();
261 SmallVectorImpl<char> &Data = DF.getContents();
/openbsd-current/gnu/llvm/llvm/include/llvm/Object/
H A DObjectFile.h100 Expected<StringRef> getContents() const;
476 inline Expected<StringRef> SectionRef::getContents() const { function in class:llvm::object::SectionRef
/openbsd-current/gnu/llvm/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp449 Expected<StringRef> DataOrErr = Section.getContents();
998 auto CoverageMappingOrErr = CoverageSectionRefs.back().getContents();
1027 auto CoverageRecordsOrErr = Section.getContents();
1039 auto CoverageRecordsOrErr = Section.getContents();
/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DOffloadBinary.cpp90 Expected<StringRef> Buffer = Sec.getContents();
H A DObject.cpp267 if (Expected<StringRef> E = (*unwrap(SI))->getContents())
H A DCOFFObjectFile.cpp1855 Expected<StringRef> Contents = Section.getContents();
1871 ResourceSectionRef::getContents(const coff_resource_data_entry &Entry) { function in class:ResourceSectionRef
1946 Expected<StringRef> Contents = S.getContents();
H A DELFObjectFile.cpp645 Expected<StringRef> PltContents = Plt->getContents();
/openbsd-current/gnu/llvm/llvm/lib/XRay/
H A DInstrumentationMap.cpp89 if (Error E = I->getContents().moveInto(Contents))
/openbsd-current/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp412 StringRef Contents = unwrapOrError(Section.getContents(), FileName);
419 StringRef Contents = unwrapOrError(Section.getContents(), FileName);
699 arrayRefFromStringRef(unwrapOrError(Section.getContents(), FileName));
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp368 if (Expected<StringRef> E = Section.getContents())
/openbsd-current/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp304 llvm::MemoryBuffer::getMemBuffer(Entry.getContents(),
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp48 Expected<StringRef> E = Section->getContents();
/openbsd-current/gnu/llvm/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp532 llvm::Expected<llvm::StringRef> SectionContents = Section.getContents();
782 Expected<StringRef> ContentsOrErr = Section.getContents();
H A DMachOUtils.cpp450 if (Expected<StringRef> ContentsOrErr = Section.getContents()) {
/openbsd-current/gnu/llvm/lld/COFF/
H A DChunks.h219 ArrayRef<uint8_t> getContents() const;
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp59 RF.getContents() = Code;
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp103 Expected<StringRef> ContentsOrErr = Section.getContents();
/openbsd-current/gnu/llvm/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp468 Expected<StringRef> Contents = Section.getContents();

Completed in 556 milliseconds

1234