reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/DebugInfo/GSYM/GsymReader.h
  101   llvm::Expected<FunctionInfo> getFunctionInfo(uint64_t Addr) const;

References

unittests/DebugInfo/GSYM/GSYMTest.cpp
 1118     auto DecodedFI = GR.getFunctionInfo(FI.Range.Start);
 1252   auto ExpFI = GR.getFunctionInfo(Addr);
 1259   auto ExpFI = GR.getFunctionInfo(Addr);