Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DInstrumentation.h107 void setupRuntimeLibrary(BinaryContext &BC);
/llvm-project-15.0.7/bolt/lib/Passes/
H A DInstrumentation.cpp590 setupRuntimeLibrary(BC); in runOnFunctions()
673 void Instrumentation::setupRuntimeLibrary(BinaryContext &BC) { in setupRuntimeLibrary() function in llvm::bolt::Instrumentation