Home
last modified time | relevance | path

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

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