Searched refs:getContents (Results 51 - 75 of 76) sorted by relevance

1234

/openbsd-current/gnu/llvm/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp169 Expected<StringRef> SecData = Sec.getContents();
/openbsd-current/gnu/llvm/lld/COFF/
H A DInputFiles.cpp551 if (leaderChunk->getContents() != newChunk.getContents())
H A DWriter.cpp1574 ArrayRef<uint8_t> secContents = sc->getContents();
1818 ArrayRef<uint8_t> data = c->getContents();
H A DDebugTypes.cpp292 ArrayRef<uint8_t> contents = sec->getContents();
/openbsd-current/gnu/llvm/llvm/lib/MC/
H A DMachObjectWriter.cpp785 Frag->getContents().clear();
786 raw_svector_ostream OS(Frag->getContents());
H A DWinCOFFObjectWriter.cpp1099 raw_svector_ostream OS(Frag->getContents());
1120 raw_svector_ostream OS(Frag->getContents());
H A DWasmObjectWriter.cpp741 const SmallVectorImpl<char> &Contents = LEB->getContents();
745 const SmallVectorImpl<char> &Contents = DataFrag.getContents();
1890 const SmallVectorImpl<char> &Contents = DataFrag.getContents();
H A DMCExpr.cpp673 Displacement += cast<MCDataFragment>(FI)->getContents().size();
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp728 llvm::MemoryBuffer::getMemBufferCopy(getContents(UF), UF.Filename);
H A DIndexing.cpp539 llvm::MemoryBuffer::getMemBufferCopy(getContents(UF), UF.Filename);
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp278 Expected<StringRef> ContentsOrErr = Section.getContents();
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp350 Expected<StringRef> SectionContentsOrErr = Section.getContents();
/openbsd-current/gnu/llvm/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp208 StringRef SecContents = unwrapOrError(Sec.getContents());
/openbsd-current/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1491 unwrapOrError(Section.getContents(), Obj.getFileName()));
2330 StringRef Contents = unwrapOrError(Section.getContents(), Obj->getFileName());
2627 unwrapOrError(ClangASTSection->getContents(), Obj->getFileName());
2668 unwrapOrError(FaultMapSection->getContents(), Obj->getFileName());
H A DMachODump.cpp1780 StringRef BytesStr = unwrapOrError(Sect->getContents(), O->getFileName());
2004 unwrapOrError(Section.getContents(), O->getFileName());
2095 unwrapOrError(Section.getContents(), O->getFileName());
3553 ((*(info->Sections))[SectIdx]).getContents(), info->O->getFileName());
4370 StringRef BytesStr = unwrapOrError(S.getContents(), O->getFileName());
4419 StringRef BytesStr = unwrapOrError(S.getContents(), O->getFileName());
7732 unwrapOrError(Sections[SectIdx].getContents(), Filename);
8182 unwrapOrError(CompactUnwind.getContents(), Obj->getFileName());
8333 unwrapOrError(UnwindInfo.getContents(), Obj->getFileName());
/openbsd-current/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.h478 ArrayRef<uint8_t> getContents() const { return Contents; } function in class:llvm::objcopy::elf::Segment
H A DELFObject.cpp2068 size_t Size = std::min<size_t>(Seg.FileSize, Seg.getContents().size());
2069 std::memcpy(Buf->getBufferStart() + Seg.Offset, Seg.getContents().data(),
/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DWindowsResource.cpp434 UNWRAP_OR_RETURN(Contents, RSR.getContents(DataEntry));
/openbsd-current/gnu/llvm/llvm/include/llvm/Object/
H A DCOFF.h1254 Expected<StringRef> getContents(const coff_resource_data_entry &Entry);
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp840 if (Expected<StringRef> E = Section.getContents())
/openbsd-current/gnu/llvm/llvm/tools/sancov/
H A Dsancov.cpp765 Expected<StringRef> BytesStr = Section.getContents();
/openbsd-current/gnu/llvm/clang/lib/Driver/
H A DOffloadBundler.cpp588 Expected<StringRef> ContentOrErr = CurrentSection->getContents();
/openbsd-current/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp122 auto content = section.getContents();
/openbsd-current/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1283 Expected<StringRef> ContentsOrErr = S.getContents();
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1794 Expected<StringRef> E = Section.getContents();

Completed in 474 milliseconds

1234