Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymCreator.h203 uint64_t calculateHeaderAndTableSize() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp419 uint64_t GsymCreator::calculateHeaderAndTableSize() const { in calculateHeaderAndTableSize() function in GsymCreator
537 const uint64_t HeaderAndTableSize = GC->calculateHeaderAndTableSize(); in createSegment()