Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp543 uint64_t SegmentFuncInfosSize = 0; in createSegment() local
546 if (HeaderAndTableSize + SegmentFuncInfosSize >= SegmentSize) { in createSegment()
547 if (SegmentFuncInfosSize == 0) in createSegment()
555 SegmentFuncInfosSize += alignTo(GC->copyFunctionInfo(*this, FuncIdx), 4); in createSegment()