Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBPlatform.h63 const char *GetCommand();
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBPlatform.cpp157 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 DMSVC.h55 std::unique_ptr<Command> GetCommand(Compilation &C, const JobAction &JA,
H A DMSVC.cpp571 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 DClang.cpp5336 getCLFallback()->GetCommand(C, JA, Output, Inputs, Args, LinkingOutput); in ConstructJob()