Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.cpp243 Expected<jitlink::Symbol *> NewGSym = in graphifySymbols() local
245 if (!NewGSym) in graphifySymbols()
246 return NewGSym.takeError(); in graphifySymbols()
247 GSym = *NewGSym; in graphifySymbols()