Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DTools.cpp5938 const Action *SourceAction = &JA; in ConstructJob() local
5939 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob()
5940 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob()
5941 SourceAction = SourceAction->getInputs()[0]; in ConstructJob()
5946 if (SourceAction->getType() == types::TY_Asm || in ConstructJob()
5947 SourceAction->getType() == types::TY_PP_Asm) { in ConstructJob()
6849 const Action *SourceAction = &JA; in ConstructJob() local
6850 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob()
6851 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob()
6852 SourceAction = SourceAction->getInputs()[0]; in ConstructJob()
[all …]