Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DInstrumentation.cpp704 static_cast<InstrumentationRuntimeLibrary *>(BC.getRuntimeLibrary()); in setupRuntimeLibrary()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1662 if (RuntimeLibrary *RtLibrary = BC->getRuntimeLibrary()) in adjustCommandLineOptions()
3167 if (RuntimeLibrary *RtLibrary = BC->getRuntimeLibrary()) in emitAndLink()
3785 if (RuntimeLibrary *RtLibrary = BC->getRuntimeLibrary()) in mapDataSections()
4431 if (RuntimeLibrary *RtLibrary = BC->getRuntimeLibrary()) in patchELFSectionHeaderTable()
5094 RuntimeLibrary *RtLibrary = BC->getRuntimeLibrary(); in patchELFDynamic()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h332 RuntimeLibrary *getRuntimeLibrary() { return RtLibrary.get(); } in getRuntimeLibrary() function
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp200 if (RuntimeLibrary *RtLibrary = BC.getRuntimeLibrary()) in emitAll()