Searched refs:DwoDir (Results 1 – 5 of 5) sorted by relevance
382 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()
159 AddString(Conf.DwoDir); in computeLTOCacheKey()
125 std::string DwoDir; member
76 c.DwoDir = ctx.config.dwoDir.str(); in createConfig()
131 c.DwoDir = std::string(config->dwoDir); in createConfig()