Searched refs:BinaryStreamRef (Results 26 - 47 of 47) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamWriter.h17 #include "llvm/Support/BinaryStreamRef.h"
119 Error writeStreamRef(BinaryStreamRef Ref);
127 Error writeStreamRef(BinaryStreamRef Ref, uint32_t Size);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.cpp24 operator()(BinaryStreamRef Stream, uint32_t &Len, InlineeSourceLine &Item) {
H A DDebugStringTableSubsection.cpp25 Error DebugStringTableSubsectionRef::initialize(BinaryStreamRef Contents) {
H A DDebugLinesSubsection.cpp23 Error LineColumnExtractor::operator()(BinaryStreamRef Stream, uint32_t &Len,
H A DRecordSerialization.cpp151 Expected<CVSymbol> llvm::codeview::readSymbolFromStream(BinaryStreamRef Stream,
H A DTypeStreamMerger.cpp344 BinaryStreamRef Stream = Types.getUnderlyingStream();
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h18 #include "llvm/Support/BinaryStreamRef.h"
72 Error operator()(BinaryStreamRef Stream, uint32_t &Len,
H A DSymbolRecord.h1002 Expected<CVSymbol> readSymbolFromStream(BinaryStreamRef Stream,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp47 BinaryStreamRef MsfData,
53 uint32_t BlockSize, const MSFStreamLayout &Layout, BinaryStreamRef MsfData,
60 const MSFLayout &Layout, BinaryStreamRef MsfData, uint32_t StreamIndex,
72 BinaryStreamRef MsfData,
82 BinaryStreamRef MsfData,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp20 #include "llvm/Support/BinaryStreamRef.h"
59 BinaryStreamRef S;
H A DPDBStringTable.cpp43 BinaryStreamRef Stream;
H A DGSIStreamBuilder.cpp310 BinaryStreamRef RecordsRef(ItemStream);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h16 #include "llvm/Support/BinaryStreamRef.h"
83 BinaryStreamRef getMsfBuffer() const { return *Buffer; }
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DWindowsResource.h118 ResourceEntryRef(BinaryStreamRef Ref, const WindowsResource *Owner);
121 static Expected<ResourceEntryRef> create(BinaryStreamRef Ref,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp73 return ResourceEntryRef::create(BinaryStreamRef(BBS), this);
76 ResourceEntryRef::ResourceEntryRef(BinaryStreamRef Ref,
81 ResourceEntryRef::create(BinaryStreamRef BSR, const WindowsResource *Owner) {
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DLinePrinter.cpp203 BinaryStreamRef Slice(*S);
H A DYAMLOutputStyle.cpp351 BinaryStreamRef SymStream =
H A DDumpOutputStyle.cpp1221 BinaryStreamRef NameBuffer = IS->getStringTable().getBuffer();
1244 BinaryStreamRef StringTableBuffer = Strings2.getBuffer();
1667 BinaryStreamRef SymStream = Records.getSymbolArray().getUnderlyingStream();
1813 BinaryStreamRef SymStream =
H A DExplainOutputStyle.cpp360 BinaryStreamRef ModiSubstreamData = Dbi.getModiSubstreamData().StreamData;
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp154 BinaryStreamRef symData);
870 BinaryStreamRef symData) {
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp922 BinaryStreamRef ST(Contents, support::little);
1185 BinaryStreamRef Stream(Subsection, llvm::support::little);
/freebsd-12-stable/lib/clang/libllvm/
H A DMakefile841 SRCS_MIN+= Support/BinaryStreamRef.cpp

Completed in 148 milliseconds

12