Searched refs:computeGUIDPreservedSymbols (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 306 static void computeGUIDPreservedSymbols(const lto::InputFile &File, in computeGUIDPreservedSymbols() function 320 computeGUIDPreservedSymbols(const lto::InputFile &File, in computeGUIDPreservedSymbols() function 324 computeGUIDPreservedSymbols(File, PreservedSymbols, TheTriple, in computeGUIDPreservedSymbols() 686 auto GUIDPreservedSymbols = computeGUIDPreservedSymbols( in promote() 739 auto GUIDPreservedSymbols = computeGUIDPreservedSymbols( in crossModuleImport() 779 auto GUIDPreservedSymbols = computeGUIDPreservedSymbols( in gatherImportedSummariesForModule() 817 auto GUIDPreservedSymbols = computeGUIDPreservedSymbols( in emitImports() 865 computeGUIDPreservedSymbols(File, PreservedSymbols, TMBuilder.TheTriple); in internalize() 1039 computeGUIDPreservedSymbols(*M, PreservedSymbols, TMBuilder.TheTriple, in run()
|