Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/RuntimeLibs/
H A DRuntimeLibrary.h66 static void loadLibrary(StringRef LibPath, RuntimeDyld &RTDyld);
/llvm-project-15.0.7/bolt/lib/RuntimeLibs/
H A DHugifyRuntimeLibrary.cpp96 loadLibrary(LibPath, RTDyld); in link()
H A DRuntimeLibrary.cpp46 void RuntimeLibrary::loadLibrary(StringRef LibPath, RuntimeDyld &RTDyld) { in loadLibrary() function in RuntimeLibrary
H A DInstrumentationRuntimeLibrary.cpp197 loadLibrary(LibPath, RTDyld); in link()