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

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolContext.cpp909 SymbolContextSpecifier::AddSpecification (const char *spec_string, SpecificationType type) argument
920 FileSpec module_file_spec(spec_string, false);
927 m_module_spec.assign (spec_string);
933 m_file_spec_ap.reset (new FileSpec (spec_string, false));
937 m_start_line = StringConvert::ToSInt32(spec_string, 0, 0, &return_value);
942 m_end_line = StringConvert::ToSInt32(spec_string, 0, 0, &return_value);
947 m_function_spec.assign(spec_string);
952 m_class_name.assign (spec_string);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymbolContext.h414 AddSpecification (const char *spec_string, SpecificationType type);

Completed in 105 milliseconds