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.cpp507 uint64_t GsymCreator::copyFunctionInfo(const GsymCreator &SrcGC, size_t FuncIdx) { in copyFunctionInfo() argument
511 const FunctionInfo &SrcFI = SrcGC.Funcs[FuncIdx]; in copyFunctionInfo()
548 size_t FuncIdx = 0; in saveSegments() local
550 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymCreator.h490 createSegment(uint64_t SegmentSize, size_t &FuncIdx) const;