Searched refs:loadInstrumentationMap (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DInstrumentationMap.h34 Expected<InstrumentationMap> loadInstrumentationMap(StringRef Filename);
86 friend Expected<InstrumentationMap> loadInstrumentationMap(StringRef);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-extract.cpp77 auto InstrumentationMapOrError = loadInstrumentationMap(ExtractInput);
H A Dxray-converter.cpp367 auto InstrumentationMapOrError = loadInstrumentationMap(ConvertInstrMap);
H A Dxray-account.cpp406 auto InstrumentationMapOrError = loadInstrumentationMap(AccountInstrMap);
H A Dxray-graph.cpp445 auto InstrumentationMapOrError = loadInstrumentationMap(GraphInstrMap);
H A Dxray-stacks.cpp692 auto InstrumentationMapOrError = loadInstrumentationMap(StacksInstrMap);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp252 llvm::xray::loadInstrumentationMap(StringRef Filename) { function in class:llvm::xray

Completed in 116 milliseconds