Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-graph.cpp44 GraphInstrMap("instr_map", variable
49 static cl::alias GraphInstrMap2("m", cl::aliasopt(GraphInstrMap),
423 if (!GraphInstrMap.empty()) { in getGraphRenderer()
424 auto InstrumentationMapOrError = loadInstrumentationMap(GraphInstrMap); in getGraphRenderer()
428 Twine("Cannot open instrumentation map '") + GraphInstrMap + "'", in getGraphRenderer()
492 F.InstrMap = GraphInstrMap; in __anonf9893fcb0302()