Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp649 for (auto &RTSym : RuntimeSymbols) { in bootstrapPipelineRecordRuntimeFunctions() local
650 if (Sym->hasName() && *Sym->getName() == RTSym.first) { in bootstrapPipelineRecordRuntimeFunctions()
651 if (*RTSym.second) in bootstrapPipelineRecordRuntimeFunctions()
653 "Duplicate " + RTSym.first + in bootstrapPipelineRecordRuntimeFunctions()
660 *RTSym.second = Sym->getAddress(); in bootstrapPipelineRecordRuntimeFunctions()
H A DMachOPlatform.cpp929 for (auto &RTSym : RuntimeSymbols) { in bootstrapPipelineRecordRuntimeFunctions() local
930 if (Sym->hasName() && *Sym->getName() == RTSym.first) { in bootstrapPipelineRecordRuntimeFunctions()
931 if (*RTSym.second) in bootstrapPipelineRecordRuntimeFunctions()
933 "Duplicate " + RTSym.first + in bootstrapPipelineRecordRuntimeFunctions()
940 *RTSym.second = Sym->getAddress(); in bootstrapPipelineRecordRuntimeFunctions()