Home
last modified time | relevance | path

Searched refs:UseInputModulePath (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h276 bool UseInputModulePath = false,
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp87 Error Config::addSaveTemps(std::string OutputFileName, bool UseInputModulePath, in addSaveTemps() argument
115 if (M.getModuleIdentifier() == "ld-temp.o" || !UseInputModulePath) { in addSaveTemps()