Home
last modified time | relevance | path

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

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