Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxmap/
H A Dllvm-cxxmap.cpp126 StringRef NewSymbol = MappedNames.lookup(K); in remapSymbols() local
128 if (NewSymbol.empty()) { in remapSymbols()
137 Out << Symbol << " " << NewSymbol << "\n"; in remapSymbols()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.cpp335 auto NewSymbol = in flushWeakAliasRequests()
337 if (!NewSymbol) in flushWeakAliasRequests()
338 return NewSymbol.takeError(); in flushWeakAliasRequests()
340 **NewSymbol); in flushWeakAliasRequests()
346 dbgs() << " " << **NewSymbol << "\n"; in flushWeakAliasRequests()
334 auto NewSymbol = flushWeakAliasRequests() local