Searched refs:computeGUIDPreservedSymbols (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 300 static void computeGUIDPreservedSymbols(const lto::InputFile &File, in computeGUIDPreservedSymbols() function 315 computeGUIDPreservedSymbols(const lto::InputFile &File, in computeGUIDPreservedSymbols() function 319 computeGUIDPreservedSymbols(File, PreservedSymbols, TheTriple, in computeGUIDPreservedSymbols() 676 auto GUIDPreservedSymbols = computeGUIDPreservedSymbols( in promote() 729 auto GUIDPreservedSymbols = computeGUIDPreservedSymbols( in crossModuleImport() 769 auto GUIDPreservedSymbols = computeGUIDPreservedSymbols( in gatherImportedSummariesForModule() 807 auto GUIDPreservedSymbols = computeGUIDPreservedSymbols( in emitImports() 854 computeGUIDPreservedSymbols(File, PreservedSymbols, TMBuilder.TheTriple); in internalize() 1028 computeGUIDPreservedSymbols(*M, PreservedSymbols, TMBuilder.TheTriple, in run()
|