Searched refs:allocateNamedStream (Results 1 – 2 of 2) sorted by relevance
86 Expected<uint32_t> PDBFileBuilder::allocateNamedStream(StringRef Name, in allocateNamedStream() function in PDBFileBuilder95 Expected<uint32_t> ExpectedIndex = allocateNamedStream(Name, Data.size()); in addNamedStream()138 Expected<uint32_t> SN = allocateNamedStream("/LinkInfo", 0); in finalizeMsfLayout()159 SN = allocateNamedStream("/names", StringsLen); in finalizeMsfLayout()199 SN = allocateNamedStream("/src/headerblock", SrcHeaderBlockSize); in finalizeMsfLayout()203 SN = allocateNamedStream(IS.StreamName, IS.Content->getBufferSize()); in finalizeMsfLayout()
80 Expected<uint32_t> allocateNamedStream(StringRef Name, uint32_t Size);