Home
last modified time | relevance | path

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

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