Searched refs:RTSym (Results 1 – 1 of 1) sorted by relevance
837 for (auto &RTSym : RuntimeSymbols) { in bootstrapPipelineRecordRuntimeFunctions() local838 if (Sym->hasName() && Sym->getName() == RTSym.first) { in bootstrapPipelineRecordRuntimeFunctions()839 if (*RTSym.second) in bootstrapPipelineRecordRuntimeFunctions()841 "Duplicate " + RTSym.first + in bootstrapPipelineRecordRuntimeFunctions()848 *RTSym.second = Sym->getAddress(); in bootstrapPipelineRecordRuntimeFunctions()