Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp210 static cl::list<std::string> ExportedSymbols( variable
610 for (unsigned i = 0; i < ExportedSymbols.size(); ++i) in ThinLTOProcessing()
611 ThinGenerator.preserveSymbol(ExportedSymbols[i]); in ThinLTOProcessing()
800 if (ExportedSymbols.empty()) in internalize()
1059 for (unsigned i = 0; i < ExportedSymbols.size(); ++i) in main()
1060 CodeGen.addMustPreserveSymbol(ExportedSymbols[i]); in main()