Home
last modified time | relevance | path

Searched refs:setStreamSize (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStreamBuilder.cpp53 if (auto EC = Msf.setStreamSize(StreamPDB, Length)) in finalizeMsfLayout()
H A DTpiStreamBuilder.cpp148 if (auto EC = Msf.setStreamSize(Idx, Length)) in finalizeMsfLayout()
H A DDbiStreamBuilder.cpp324 if (auto EC = Msf.setStreamSize(StreamDBI, Length)) in finalizeMsfLayout()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/MSF/
H A DMSFBuilder.h84 Error setStreamSize(uint32_t Idx, uint32_t Size);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp192 Error MSFBuilder::setStreamSize(uint32_t Idx, uint32_t Size) { in setStreamSize() function in MSFBuilder