Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp909 for (auto &RTSym : RuntimeSymbols) { in bootstrapPipelineRecordRuntimeFunctions() local
910 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()