Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DCommandObject.cpp375 const ArgumentTableEntry *table = CommandObject::GetArgumentTable(); in FindArgumentDataByType()
386 const ArgumentTableEntry *table = CommandObject::GetArgumentTable(); in GetArgumentHelp()
417 &(CommandObject::GetArgumentTable()[arg_type]); in GetArgumentName()
551 const ArgumentTableEntry *table = GetArgumentTable(); in LookupArgumentName()
1136 const CommandObject::ArgumentTableEntry *CommandObject::GetArgumentTable() { in GetArgumentTable() function in CommandObject
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandObject.h195 static const ArgumentTableEntry *GetArgumentTable();