Searched refs:computeGUIDPreservedSymbols (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 340 static void computeGUIDPreservedSymbols(const lto::InputFile &File, in computeGUIDPreservedSymbols() function 354 computeGUIDPreservedSymbols(const lto::InputFile &File, in computeGUIDPreservedSymbols() function 358 computeGUIDPreservedSymbols(File, PreservedSymbols, TheTriple, in computeGUIDPreservedSymbols() 742 auto GUIDPreservedSymbols = computeGUIDPreservedSymbols( in promote() 792 auto GUIDPreservedSymbols = computeGUIDPreservedSymbols( in crossModuleImport() 827 auto GUIDPreservedSymbols = computeGUIDPreservedSymbols( in gatherImportedSummariesForModule() 860 auto GUIDPreservedSymbols = computeGUIDPreservedSymbols( in emitImports() 899 computeGUIDPreservedSymbols(File, PreservedSymbols, TMBuilder.TheTriple); in internalize() 1065 computeGUIDPreservedSymbols(*M, PreservedSymbols, TMBuilder.TheTriple, in run()
|