Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-query/tool/
H A DClangQuery.cpp158 for (auto &CommandFile : CommandFiles) { in main() local
159 if (runCommandsInFile(argv[0], CommandFile, QS)) in main()
/llvm-project-15.0.7/lldb/tools/lldb-test/
H A Dlldb-test.cpp78 static cl::opt<std::string> CommandFile(cl::Positional, variable
211 static cl::opt<std::string> CommandFile(cl::Positional, variable
355 OS << sys::path::parent_path(breakpoint::CommandFile); in substitute()
371 std::unique_ptr<MemoryBuffer> MB = opts::openFile(breakpoint::CommandFile); in evaluateBreakpoints()
1063 std::unique_ptr<MemoryBuffer> MB = opts::openFile(irmemorymap::CommandFile); in evaluateMemoryMapCommands()