Searched refs:FuncIdx (Results 1 – 2 of 2) sorted by relevance
451 uint64_t GsymCreator::copyFunctionInfo(const GsymCreator &SrcGC, size_t FuncIdx) { in copyFunctionInfo() argument455 const FunctionInfo &SrcFI = SrcGC.Funcs[FuncIdx]; in copyFunctionInfo()492 size_t FuncIdx = 0; in saveSegments() local494 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()
460 createSegment(uint64_t SegmentSize, size_t &FuncIdx) const;