Searched refs:computeDeadSymbolsInIndex (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 643 static void computeDeadSymbolsInIndex( in computeDeadSymbolsInIndex() function 677 computeDeadSymbolsInIndex(Index, GUIDPreservedSymbols); in promote() 726 computeDeadSymbolsInIndex(Index, GUIDPreservedSymbols); in crossModuleImport() 761 computeDeadSymbolsInIndex(Index, GUIDPreservedSymbols); in gatherImportedSummariesForModule() 794 computeDeadSymbolsInIndex(Index, GUIDPreservedSymbols); in emitImports() 836 computeDeadSymbolsInIndex(Index, GUIDPreservedSymbols); in internalize() 1001 computeDeadSymbolsInIndex(*Index, GUIDPreservedSymbols); in run()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 616 static void computeDeadSymbolsInIndex( in computeDeadSymbolsInIndex() function 650 computeDeadSymbolsInIndex(Index, GUIDPreservedSymbols); in promote() 698 computeDeadSymbolsInIndex(Index, GUIDPreservedSymbols); in crossModuleImport() 731 computeDeadSymbolsInIndex(Index, GUIDPreservedSymbols); in gatherImportedSummariesForModule() 764 computeDeadSymbolsInIndex(Index, GUIDPreservedSymbols); in emitImports() 806 computeDeadSymbolsInIndex(Index, GUIDPreservedSymbols); in internalize() 968 computeDeadSymbolsInIndex(*Index, GUIDPreservedSymbols); in run()
|