Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp5534 struct JobActionInfo final { struct in __anon17dcc6011211::ToolSelector
5545 ArrayRef<JobActionInfo> &ActionInfo, in AppendCollapsedOffloadAction()
5563 combineAssembleBackendCompile(ArrayRef<JobActionInfo> ActionInfo, in combineAssembleBackendCompile()
5601 const Tool *combineAssembleBackend(ArrayRef<JobActionInfo> ActionInfo, in combineAssembleBackend()
5624 const Tool *combineBackendCompile(ArrayRef<JobActionInfo> ActionInfo, in combineBackendCompile()
5634 auto HasBitcodeInput = [](const JobActionInfo &AI) { in combineBackendCompile()
5719 SmallVector<JobActionInfo, 5> ActionChain(1); in getTool()
5726 JobActionInfo &AI = ActionChain.back(); in getTool()