Searched defs:RtLibrary (Results 1 – 4 of 4) sorted by relevance
/llvm-project/bolt/lib/Passes/ | ||
H A D | Hugify.cpp | 19 auto *RtLibrary = BC.getRuntimeLibrary(); in runOnFunctions() local |
/llvm-project/bolt/lib/Rewrite/ | ||
H A D | RewriteInstance.cpp | 1968 if (RuntimeLibrary *RtLibrary = BC->getRuntimeLibrary()) adjustCommandLineOptions() local |
/llvm-project/bolt/lib/Core/ | ||
H A D | BinaryEmitter.cpp | 200 if (RuntimeLibrary *RtLibrary = BC.getRuntimeLibrary()) emitAll() local |
/llvm-project/bolt/include/bolt/Core/ | ||
H A D | BinaryContext.h | 244 std::unique_ptr<RuntimeLibrary> RtLibrary; global() variable |