Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h85 struct BaseCommand { struct
86 BaseCommand(int k) : kind(k) {} in BaseCommand() function
91 struct SymbolAssignment : BaseCommand { argument
178 : BaseCommand(InputSectionKind), filePat(filePattern), in BaseCommand() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp933 class BaseCommand : public CommandObjectMultiword { class
935 BaseCommand(CommandInterpreter &interpreter) in BaseCommand() function in sddarwinlog_private::BaseCommand