Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp837 for (auto &RTSym : RuntimeSymbols) { in bootstrapPipelineRecordRuntimeFunctions() local
838 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()