Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
HDGsymCreator.h204 uint64_t calculateHeaderAndTableSize() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
HDGsymCreator.cpp426 uint64_t GsymCreator::calculateHeaderAndTableSize() const { in calculateHeaderAndTableSize() function in GsymCreator
545 const uint64_t HeaderAndTableSize = GC->calculateHeaderAndTableSize(); in createSegment()