Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymReader.h118 getFunctionInfoAtIndex(uint64_t AddrIdx) const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp329 GsymReader::getFunctionInfoAtIndex(uint64_t Idx) const { in getFunctionInfoAtIndex() function in GsymReader
431 if (auto FI = getFunctionInfoAtIndex(I)) in dump()