Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-stacks.cpp51 static cl::opt<std::string> StacksInstrMap( variable
56 static cl::alias StacksInstrMap2("m", cl::aliasopt(StacksInstrMap),
693 if (!StacksInstrMap.empty()) { in __anon6736a0a20702()
694 auto InstrumentationMapOrError = loadInstrumentationMap(StacksInstrMap); in __anon6736a0a20702()
698 Twine("Cannot open instrumentation map: ") + StacksInstrMap, in __anon6736a0a20702()
724 FuncIdConversionHelper FuncIdHelper(StacksInstrMap, Symbolizer, in __anon6736a0a20702()