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.cpp7452 const Action *SourceAction = &JA; in ConstructJob() local
7453 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob()
7454 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob()
7455 SourceAction = SourceAction->getInputs()[0]; in ConstructJob()
7457 auto CUID = cast<InputAction>(SourceAction)->getId(); in ConstructJob()
8328 const Action *SourceAction = FindSource(&JA); in ConstructJob() local
8345 if (SourceAction->getType() == types::TY_Asm || in ConstructJob()
8346 SourceAction->getType() == types::TY_PP_Asm) { in ConstructJob()
8476 if (SourceAction != FindSource(&J.getSource())) in ConstructJob()