Searched refs:RTSym (Results 1 – 1 of 1) sorted by relevance
909 for (auto &RTSym : RuntimeSymbols) { in bootstrapPipelineRecordRuntimeFunctions() local910 if (Sym->hasName() && Sym->getName() == RTSym.first) { in bootstrapPipelineRecordRuntimeFunctions()911 if (*RTSym.second) in bootstrapPipelineRecordRuntimeFunctions()913 "Duplicate " + RTSym.first + in bootstrapPipelineRecordRuntimeFunctions()920 *RTSym.second = Sym->getAddress(); in bootstrapPipelineRecordRuntimeFunctions()