Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp209 static cl::list<std::string> ExportedSymbols( variable
616 for (unsigned i = 0; i < ExportedSymbols.size(); ++i) in ThinLTOProcessing()
617 ThinGenerator.preserveSymbol(ExportedSymbols[i]); in ThinLTOProcessing()
807 if (ExportedSymbols.empty()) in internalize()
1080 for (unsigned i = 0; i < ExportedSymbols.size(); ++i) in main()
1081 CodeGen.addMustPreserveSymbol(ExportedSymbols[i]); in main()