Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Symbol/
DSymbolContext.h355 typedef enum SpecificationType enum
365 } SpecificationType; typedef
373 AddSpecification (const char *spec_string, SpecificationType type);
376 AddLineSpecification (uint32_t line_no, SpecificationType type);
/external/lldb/source/Symbol/
DSymbolContext.cpp675 SymbolContextSpecifier::AddLineSpecification (uint32_t line_no, SpecificationType type) in AddLineSpecification()
699 SymbolContextSpecifier::AddSpecification (const char *spec_string, SpecificationType type) in AddSpecification()