Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp950 bool SymbolContextSpecifier::AddSpecification(const char *spec_string, in AddSpecification() argument
959 FileSpec module_file_spec(spec_string); in AddSpecification()
968 m_module_spec.assign(spec_string); in AddSpecification()
974 m_file_spec_up = std::make_unique<FileSpec>(spec_string); in AddSpecification()
978 if ((return_value = llvm::to_integer(spec_string, m_start_line))) in AddSpecification()
982 if ((return_value = llvm::to_integer(spec_string, m_end_line))) in AddSpecification()
986 m_function_spec.assign(spec_string); in AddSpecification()
991 m_class_name.assign(spec_string); in AddSpecification()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolContext.h341 bool AddSpecification(const char *spec_string, SpecificationType type);