Home
last modified time | relevance | path

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

/llvm-project/bolt/lib/Passes/
H A DHugify.cpp19 auto *RtLibrary = BC.getRuntimeLibrary(); in runOnFunctions() local
/llvm-project/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1968 if (RuntimeLibrary *RtLibrary = BC->getRuntimeLibrary()) adjustCommandLineOptions() local
3492 if (RuntimeLibrary *RtLibrary = BC->getRuntimeLibrary()) emitAndLink() local
4489 if (RuntimeLibrary *RtLibrary = BC->getRuntimeLibrary()) patchELFSectionHeaderTable() local
4905 if (RuntimeLibrary *RtLibrary = BC->getRuntimeLibrary()) { updateELFSymbolTable() local
5328 RuntimeLibrary *RtLibrary = BC->getRuntimeLibrary(); patchELFDynamic() local
[all...]
/llvm-project/bolt/lib/Core/
H A DBinaryEmitter.cpp200 if (RuntimeLibrary *RtLibrary = BC.getRuntimeLibrary()) emitAll() local
/llvm-project/bolt/include/bolt/Core/
H A DBinaryContext.h244 std::unique_ptr<RuntimeLibrary> RtLibrary; global() variable