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.cpp115 const Action *SourceAction = &JA; in ConstructJob() local
116 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob()
117 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob()
118 SourceAction = SourceAction->getInputs()[0]; in ConstructJob()
132 if (SourceAction->getType() == types::TY_Asm || in ConstructJob()
133 SourceAction->getType() == types::TY_PP_Asm) { in ConstructJob()
H A DClang.cpp7685 const Action *SourceAction = &JA; in ConstructJob() local
7686 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob()
7687 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob()
7688 SourceAction = SourceAction->getInputs()[0]; in ConstructJob()
7690 auto CUID = cast<InputAction>(SourceAction)->getId(); in ConstructJob()
8554 const Action *SourceAction = FindSource(&JA); in ConstructJob() local
8597 if (SourceAction->getType() == types::TY_Asm || in ConstructJob()
8598 SourceAction->getType() == types::TY_PP_Asm) { in ConstructJob()
8736 if (SourceAction != FindSource(&J.getSource())) in ConstructJob()