Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp451 uint64_t GsymCreator::copyFunctionInfo(const GsymCreator &SrcGC, size_t FuncIdx) { in copyFunctionInfo() argument
455 const FunctionInfo &SrcFI = SrcGC.Funcs[FuncIdx]; in copyFunctionInfo()
492 size_t FuncIdx = 0; in saveSegments() local
494 while (FuncIdx < NumFuncs) { in saveSegments()
496 createSegment(SegmentSize, FuncIdx); in saveSegments()
524 GsymCreator::createSegment(uint64_t SegmentSize, size_t &FuncIdx) const { in createSegment()
526 if (FuncIdx >= Funcs.size()) in createSegment()
544 for (; FuncIdx < NumFuncs; ++FuncIdx) { in createSegment()
555 SegmentFuncInfosSize += alignTo(GC->copyFunctionInfo(*this, FuncIdx), 4); in createSegment()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymCreator.h460 createSegment(uint64_t SegmentSize, size_t &FuncIdx) const;