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

Declarations

include/llvm/XRay/InstrumentationMap.h
   34 Expected<InstrumentationMap> loadInstrumentationMap(StringRef Filename);
   83   friend Expected<InstrumentationMap> loadInstrumentationMap(StringRef);

References

tools/llvm-xray/xray-account.cpp
  413     auto InstrumentationMapOrError = loadInstrumentationMap(AccountInstrMap);
tools/llvm-xray/xray-converter.cpp
  372     auto InstrumentationMapOrError = loadInstrumentationMap(ConvertInstrMap);
tools/llvm-xray/xray-extract.cpp
   74   auto InstrumentationMapOrError = loadInstrumentationMap(ExtractInput);
tools/llvm-xray/xray-graph.cpp
  427     auto InstrumentationMapOrError = loadInstrumentationMap(GraphInstrMap);
tools/llvm-xray/xray-stacks.cpp
  694     auto InstrumentationMapOrError = loadInstrumentationMap(StacksInstrMap);