Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h193 std::unique_ptr<raw_ostream> ResolutionFile; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp93 ResolutionFile = in addSaveTemps()
97 ResolutionFile.reset(); in addSaveTemps()
H A DLTO.cpp697 if (Conf.ResolutionFile) in add()
698 writeToResolutionFile(*Conf.ResolutionFile, Input.get(), Res); in add()