Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymReader.h116 llvm::Expected<FunctionInfo> getFunctionInfoAtIndex(uint64_t AddrIdx) const;
/src/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp330 GsymReader::getFunctionInfoAtIndex(uint64_t Idx) const { in getFunctionInfoAtIndex() function in GsymReader
394 if (auto FI = getFunctionInfoAtIndex(I)) in dump()