Searched refs:RtLibrary (Results 1 – 4 of 4) sorted by relevance
206 std::unique_ptr<RuntimeLibrary> RtLibrary; variable332 RuntimeLibrary *getRuntimeLibrary() { return RtLibrary.get(); } in getRuntimeLibrary()334 assert(!RtLibrary && "Cannot set runtime library twice."); in setRuntimeLibrary()335 RtLibrary = std::move(Lib); in setRuntimeLibrary()
703 InstrumentationRuntimeLibrary *RtLibrary = in setupRuntimeLibrary() local705 assert(RtLibrary && "instrumentation runtime library object must be set"); in setupRuntimeLibrary()706 RtLibrary->setSummary(std::move(Summary)); in setupRuntimeLibrary()
1662 if (RuntimeLibrary *RtLibrary = BC->getRuntimeLibrary()) in adjustCommandLineOptions() local1663 RtLibrary->adjustCommandLineOptions(*BC); in adjustCommandLineOptions()3167 if (RuntimeLibrary *RtLibrary = BC->getRuntimeLibrary()) in emitAndLink() local3785 if (RuntimeLibrary *RtLibrary = BC->getRuntimeLibrary()) in mapDataSections() local3786 RtLibrary->addRuntimeLibSections(Sections); in mapDataSections()4431 if (RuntimeLibrary *RtLibrary = BC->getRuntimeLibrary()) in patchELFSectionHeaderTable() local4432 NewEhdr.e_entry = RtLibrary->getRuntimeStartAddress(); in patchELFSectionHeaderTable()5094 RuntimeLibrary *RtLibrary = BC->getRuntimeLibrary(); in patchELFDynamic() local5095 if (RtLibrary && Dyn.getTag() == ELF::DT_FINI) { in patchELFDynamic()5096 if (uint64_t Addr = RtLibrary->getRuntimeFiniAddress()) in patchELFDynamic()[all …]
200 if (RuntimeLibrary *RtLibrary = BC.getRuntimeLibrary()) in emitAll() local201 RtLibrary->emitBinary(BC, Streamer); in emitAll()