Searched refs:GetCommand (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBPlatform.h | 63 const char *GetCommand();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBPlatform.cpp | 157 const char *SBPlatformShellCommand::GetCommand() { in GetCommand() function in SBPlatformShellCommand 399 const char *command = shell_command.GetCommand(); in Run()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/ |
| H A D | MSVC.h | 55 std::unique_ptr<Command> GetCommand(Compilation &C, const JobAction &JA,
|
| H A D | MSVC.cpp | 571 C.addCommand(GetCommand(C, JA, Output, Inputs, Args, LinkingOutput)); in ConstructJob() 574 std::unique_ptr<Command> visualstudio::Compiler::GetCommand( in GetCommand() function in visualstudio::Compiler
|
| H A D | Clang.cpp | 5336 getCLFallback()->GetCommand(C, JA, Output, Inputs, Args, LinkingOutput); in ConstructJob()
|