Home
last modified time | relevance | path

Searched defs:Commands (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-registry.cpp22 static std::unordered_map<cl::SubCommand *, HandlerType> Commands; in getCommands() local
/freebsd/contrib/llvm-project/lldb/docs/design/
H A Doverview.rst
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp238 std::vector<CompileCommand> Commands; in getCompileCommands() local
253 std::vector<CompileCommand> Commands; in getAllCompileCommands() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLLDBLog.h22 Commands = Log::ChannelFlag<3>, enumerator
/freebsd/contrib/capsicum-test/
H A Dfcntl.cc152 TEST(Fcntl, Commands) { in TEST() argument
/freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp470 Array Commands; in printFullOutput() local
548 std::vector<Command> Commands; member
/freebsd/crypto/openssl/
H A DINSTALL.md75 Commands section in Notational conventions
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp521 std::vector<std::string> &Commands = TableDrivenOperandPrinters[i]; in EmitPrintInstruction() local
/freebsd/usr.sbin/ppp/
H A Dcommand.c842 static struct cmdtab const Commands[] = { variable