Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp113 const Action *SourceAction = &JA; in ConstructJob() local
114 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob()
115 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob()
116 SourceAction = SourceAction->getInputs()[0]; in ConstructJob()
130 if (SourceAction->getType() == types::TY_Asm || in ConstructJob()
131 SourceAction->getType() == types::TY_PP_Asm) { in ConstructJob()
H A DClang.cpp7741 const Action *SourceAction = &JA; in ConstructJob() local
7742 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob()
7743 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob()
7744 SourceAction = SourceAction->getInputs()[0]; in ConstructJob()
7746 auto CUID = cast<InputAction>(SourceAction)->getId(); in ConstructJob()
8613 const Action *SourceAction = FindSource(&JA); in ConstructJob() local
8656 if (SourceAction->getType() == types::TY_Asm || in ConstructJob()
8657 SourceAction->getType() == types::TY_PP_Asm) { in ConstructJob()
8801 if (SourceAction != FindSource(&J.getSource())) in ConstructJob()