Home
last modified time | relevance | path

Searched refs:AddSpecification (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolContext.h342 bool AddSpecification(const char *spec_string, SpecificationType type);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp4978 specifier_up->AddSpecification( in DoExecute()
4984 specifier_up->AddSpecification( in DoExecute()
4990 specifier_up->AddSpecification(m_options.m_file_name.c_str(), in DoExecute()
5006 specifier_up->AddSpecification( in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp959 bool SymbolContextSpecifier::AddSpecification(const char *spec_string, in AddSpecification() function in SymbolContextSpecifier