Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueEnumeration.cpp36 strm.PutCString(m_enumerations.GetCStringAtIndex(i).GetStringRef()); in DumpValue()
67 m_enumerations.GetCStringAtIndex(0).GetCString()); in SetValueFromString()
70 m_enumerations.GetCStringAtIndex(i).GetCString()); in SetValueFromString()
113 llvm::StringRef name = m_enumerations.GetCStringAtIndex(i).GetStringRef(); in AutoComplete()
120 request.AddCompletion(m_enumerations.GetCStringAtIndex(i).GetStringRef()); in AutoComplete()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.cpp57 ConstString cstr = m_map.GetCStringAtIndex(i); in Dump()
H A DDWARFASTParserClang.cpp4036 ConstString dst_name = dst_name_to_die.GetCStringAtIndex(idx); in CopyUniqueClassMethodTypes()
4092 src_name_to_die_artificial.GetCStringAtIndex(idx); in CopyUniqueClassMethodTypes()
4136 dst_name_to_die_artificial.GetCStringAtIndex(idx); in CopyUniqueClassMethodTypes()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DUniqueCStringMap.h102 ConstString GetCStringAtIndex(uint32_t idx) const { in GetCStringAtIndex() function