Home
last modified time | relevance | path

Searched refs:DwoDir (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp382 if (!Conf.DwoDir.empty()) { in codegen()
384 if (auto EC = llvm::sys::fs::create_directories(Conf.DwoDir)) in codegen()
385 report_fatal_error(Twine("Failed to create directory ") + Conf.DwoDir + in codegen()
388 DwoFile = Conf.DwoDir; in codegen()
H A DLTO.cpp159 AddString(Conf.DwoDir); in computeLTOCacheKey()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h125 std::string DwoDir; member
/freebsd/contrib/llvm-project/lld/COFF/
H A DLTO.cpp76 c.DwoDir = ctx.config.dwoDir.str(); in createConfig()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp131 c.DwoDir = std::string(config->dwoDir); in createConfig()