Searched refs:OK_OutputThinLTOBitcode (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.h35 OK_OutputThinLTOBitcode, enumerator in enum:llvm::opt_tool::OutputKind
58 /// ThinLTOLinkOut is only used when OK is OK_OutputThinLTOBitcode, and can be
H A DNewPMDriver.cpp347 case OK_OutputThinLTOBitcode:
362 if (OK == OK_OutputThinLTOBitcode && ThinLTOLinkOut)
H A Dopt.cpp696 : (OutputThinLTOBC ? OK_OutputThinLTOBitcode : OK_OutputBitcode);

Completed in 153 milliseconds