Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp208 if (auto IndirectSymbolNameOrErr = SI->getName()) in populateIndirectSymbolPointersSection() local
209 IndirectSymbolName = *IndirectSymbolNameOrErr; in populateIndirectSymbolPointersSection()
211 return IndirectSymbolNameOrErr.takeError(); in populateIndirectSymbolPointersSection()