Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DOptionValueEnumeration.cpp35 strm.PutCString(m_enumerations.GetCStringAtIndex(i).GetStringRef()); in DumpValue()
66 m_enumerations.GetCStringAtIndex(0).GetCString()); in SetValueFromString()
69 m_enumerations.GetCStringAtIndex(i).GetCString()); in SetValueFromString()
110 llvm::StringRef name = m_enumerations.GetCStringAtIndex(i).GetStringRef(); in AutoComplete()
116 request.AddCompletion(m_enumerations.GetCStringAtIndex(i).GetStringRef()); in AutoComplete()
/external/llvm-project/lldb/include/lldb/Core/
DUniqueCStringMap.h76 ConstString GetCStringAtIndex(uint32_t idx) const { in GetCStringAtIndex() function
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp3666 ConstString dst_name = dst_name_to_die.GetCStringAtIndex(idx); in CopyUniqueClassMethodTypes()
3719 src_name_to_die_artificial.GetCStringAtIndex(idx); in CopyUniqueClassMethodTypes()
3762 dst_name_to_die_artificial.GetCStringAtIndex(idx); in CopyUniqueClassMethodTypes()