Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymCreator.h219 uint64_t copyFunctionInfo(const GsymCreator &SrcGC, size_t FuncInfoIdx);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp507 uint64_t GsymCreator::copyFunctionInfo(const GsymCreator &SrcGC, size_t FuncIdx) { in copyFunctionInfo() function in GsymCreator
611 SegmentFuncInfosSize += alignTo(GC->copyFunctionInfo(*this, FuncIdx), 4); in createSegment()