Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-graph.cpp42 GraphInstrMap("instr_map", variable
47 static cl::alias GraphInstrMap2("m", cl::aliasopt(GraphInstrMap),
443 if (!GraphInstrMap.empty()) { in getGraphRenderer()
444 auto InstrumentationMapOrError = loadInstrumentationMap(GraphInstrMap); in getGraphRenderer()
448 Twine("Cannot open instrumentation map '") + GraphInstrMap + "'", in getGraphRenderer()
510 F.InstrMap = GraphInstrMap; in __anona86fd5d30302()