Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp103 const Action *SourceAction = &JA; in ConstructJob() local
104 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob()
105 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob()
106 SourceAction = SourceAction->getInputs()[0]; in ConstructJob()
121 if (SourceAction->getType() == types::TY_Asm || in ConstructJob()
122 SourceAction->getType() == types::TY_PP_Asm) { in ConstructJob()
H A DClang.cpp6607 const Action *SourceAction = &JA; in ConstructJob() local
6608 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob()
6609 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob()
6610 SourceAction = SourceAction->getInputs()[0]; in ConstructJob()
6612 auto CUID = cast<InputAction>(SourceAction)->getId(); in ConstructJob()
7441 const Action *SourceAction = &JA; in ConstructJob() local
7442 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob()
7443 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob()
7444 SourceAction = SourceAction->getInputs()[0]; in ConstructJob()
7464 if (SourceAction->getType() == types::TY_Asm || in ConstructJob()
[all …]