Home
last modified time | relevance | path

Searched defs:RtLibrary (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DInstrumentation.cpp703 InstrumentationRuntimeLibrary *RtLibrary = in setupRuntimeLibrary() local
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1662 if (RuntimeLibrary *RtLibrary = BC->getRuntimeLibrary()) in adjustCommandLineOptions() local
3167 if (RuntimeLibrary *RtLibrary = BC->getRuntimeLibrary()) in emitAndLink() local
3785 if (RuntimeLibrary *RtLibrary = BC->getRuntimeLibrary()) in mapDataSections() local
4431 if (RuntimeLibrary *RtLibrary = BC->getRuntimeLibrary()) in patchELFSectionHeaderTable() local
5094 RuntimeLibrary *RtLibrary = BC->getRuntimeLibrary(); in patchELFDynamic() local
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp200 if (RuntimeLibrary *RtLibrary = BC.getRuntimeLibrary()) in emitAll() local
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h206 std::unique_ptr<RuntimeLibrary> RtLibrary; variable