Home
last modified time | relevance | path

Searched refs:computeLTOCacheKey (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h70 LLVM_ABI std::string computeLTOCacheKey(
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp102 std::string llvm::computeLTOCacheKey( in computeLTOCacheKey() function in llvm
1527 std::string Key = computeLTOCacheKey( in runThinLTOBackendThread()
1645 std::string CGKey = computeLTOCacheKey( in runThinLTOBackendThread()
1730 std::string Key = computeLTOCacheKey( in runThinLTOBackendThread()
H A DThinLTOCodeGenerator.cpp382 computeLTOCacheKey(Conf, Index, ModuleID, ImportList, ExportList, in ModuleCacheEntry()