Searched refs:getFunctionInfoAtIndex (Results 1 – 2 of 2) sorted by relevance
116 llvm::Expected<FunctionInfo> getFunctionInfoAtIndex(uint64_t AddrIdx) const;
330 GsymReader::getFunctionInfoAtIndex(uint64_t Idx) const { in getFunctionInfoAtIndex() function in GsymReader394 if (auto FI = getFunctionInfoAtIndex(I)) in dump()