Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-account.cpp111 AccountInstrMap("instr_map", variable
116 static cl::alias AccountInstrMap2("m", cl::aliasopt(AccountInstrMap),
450 if (!AccountInstrMap.empty()) { in __anona2b7686e0f02()
451 auto InstrumentationMapOrError = loadInstrumentationMap(AccountInstrMap); in __anona2b7686e0f02()
455 AccountInstrMap + "'", in __anona2b7686e0f02()
469 llvm::xray::FuncIdConversionHelper FuncIdHelper(AccountInstrMap, Symbolizer, in __anona2b7686e0f02()