Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/RuntimeLibs/
H A DInstrumentationRuntimeLibrary.cpp27 cl::opt<std::string> RuntimeInstrumentationLib( variable
196 std::string LibPath = getLibPath(ToolPath, opts::RuntimeInstrumentationLib); in link()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DMachORewriteInstance.cpp49 extern cl::opt<std::string> RuntimeInstrumentationLib;
615 opts::RuntimeInstrumentationLib = "libbolt_rt_instr_osx.a"; in adjustCommandLineOptions()