Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/XRay/
DInstrumentationMap.h35 Expected<InstrumentationMap> loadInstrumentationMap(StringRef Filename);
84 friend Expected<InstrumentationMap> loadInstrumentationMap(StringRef);
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-extract.cpp75 auto InstrumentationMapOrError = loadInstrumentationMap(ExtractInput); in __anon6df76ed40202()
Dxray-converter.cpp362 auto InstrumentationMapOrError = loadInstrumentationMap(ConvertInstrMap); in __anon8d442b510302()
Dxray-account.cpp444 auto InstrumentationMapOrError = loadInstrumentationMap(AccountInstrMap); in __anon9fd330660902()
Dxray-graph.cpp424 auto InstrumentationMapOrError = loadInstrumentationMap(GraphInstrMap); in getGraphRenderer()
Dxray-stacks.cpp694 auto InstrumentationMapOrError = loadInstrumentationMap(StacksInstrMap); in __anon6736a0a20702()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/XRay/
DInstrumentationMap.cpp166 llvm::xray::loadInstrumentationMap(StringRef Filename) { in loadInstrumentationMap() function in llvm::xray