Home
last modified time | relevance | path

Searched defs:BaseCommand (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.h82 struct BaseCommand { struct
83 BaseCommand(int K) : Kind(K) {} in BaseCommand() function
88 struct SymbolAssignment : BaseCommand { argument
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp976 class BaseCommand : public CommandObjectMultiword { class
978 BaseCommand(CommandInterpreter &interpreter) in BaseCommand() function in sddarwinlog_private::BaseCommand