Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h107 SaveIRBeforeOptPath = Value; in setSaveIRBeforeOptPath()
247 std::string SaveIRBeforeOptPath; member
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp626 if (!SaveIRBeforeOptPath.empty()) { in optimize()
628 raw_fd_ostream OS(SaveIRBeforeOptPath, EC, sys::fs::OF_None); in optimize()
630 report_fatal_error(Twine("Failed to open ") + SaveIRBeforeOptPath + in optimize()