Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/RuntimeLibs/
H A DInstrumentationRuntimeLibrary.cpp35 extern cl::opt<std::string> InstrumentationBinpath;
181 emitString("__bolt_instr_binpath", opts::InstrumentationBinpath); in emitBinary()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DInstrumentation.cpp33 cl::opt<std::string> InstrumentationBinpath( variable