Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOBackend.cpp299 if (!Conf.DwoDir.empty()) { in codegen()
301 if (auto EC = llvm::sys::fs::create_directories(Conf.DwoDir)) in codegen()
302 report_fatal_error("Failed to create directory " + Conf.DwoDir + ": " + in codegen()
305 DwoFile = Conf.DwoDir; in codegen()
DLTO.cpp141 AddString(Conf.DwoDir); in computeCacheKey()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/
DConfig.h77 std::string DwoDir; member
/external/swiftshader/third_party/llvm-7.0/llvm/tools/gold/
Dgold-plugin.cpp892 Conf.DwoDir = options::dwo_dir; in createLTO()