Searched refs:FuncIdx (Results 1 – 2 of 2) sorted by relevance
507 uint64_t GsymCreator::copyFunctionInfo(const GsymCreator &SrcGC, size_t FuncIdx) { in copyFunctionInfo() argument511 const FunctionInfo &SrcFI = SrcGC.Funcs[FuncIdx]; in copyFunctionInfo()548 size_t FuncIdx = 0; in saveSegments() local550 while (FuncIdx < NumFuncs) { in saveSegments()552 createSegment(SegmentSize, FuncIdx); in saveSegments()580 GsymCreator::createSegment(uint64_t SegmentSize, size_t &FuncIdx) const { in createSegment()582 if (FuncIdx >= Funcs.size()) in createSegment()600 for (; FuncIdx < NumFuncs; ++FuncIdx) { in createSegment()611 SegmentFuncInfosSize += alignTo(GC->copyFunctionInfo(*this, FuncIdx), 4); in createSegment()
490 createSegment(uint64_t SegmentSize, size_t &FuncIdx) const;