Searched refs:computeGUIDPreservedSymbols (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 303 static void computeGUIDPreservedSymbols(const lto::InputFile &File, in computeGUIDPreservedSymbols() function 317 computeGUIDPreservedSymbols(const lto::InputFile &File, in computeGUIDPreservedSymbols() function 321 computeGUIDPreservedSymbols(File, PreservedSymbols, TheTriple, in computeGUIDPreservedSymbols() 708 auto GUIDPreservedSymbols = computeGUIDPreservedSymbols( in promote() 759 auto GUIDPreservedSymbols = computeGUIDPreservedSymbols( in crossModuleImport() 794 auto GUIDPreservedSymbols = computeGUIDPreservedSymbols( in gatherImportedSummariesForModule() 827 auto GUIDPreservedSymbols = computeGUIDPreservedSymbols( in emitImports() 866 computeGUIDPreservedSymbols(File, PreservedSymbols, TMBuilder.TheTriple); in internalize() 1038 computeGUIDPreservedSymbols(*M, PreservedSymbols, TMBuilder.TheTriple, in run()
|