Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp857 Expected<PoolOffsetsAndData> PoolInfo = emitDebugNamesEntryPool( in emitDebugNames() local
859 if (!PoolInfo) in emitDebugNames()
860 return PoolInfo.takeError(); in emitDebugNames()
862 DI.IsLittleEndian, StrpToEntries, PoolInfo->PoolOffsets); in emitDebugNames()
867 size_t TotalSize = PoolInfo->PoolData.size() + NamesTableData.size() + in emitDebugNames()
877 OS.write(PoolInfo->PoolData.data(), PoolInfo->PoolData.size()); in emitDebugNames()