Home
last modified time | relevance | path

Searched refs:LTOObjPath (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLTO.cpp264 if (!Config->LTOObjPath.empty()) in compile()
265 saveBuffer(Buf[0], Config->LTOObjPath); in compile()
H A DConfig.h98 llvm::StringRef LTOObjPath; member
H A DDriver.cpp809 Config->LTOObjPath = Args.getLastArgValue(OPT_plugin_opt_obj_path_eq); in readConfigs()