Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.cpp71 m_map.GetCStringAtIndexUnchecked(i)); in Dump()
80 if (!callback(m_map.GetCStringAtIndexUnchecked(i), in ForEach()
89 m_map.Append(other.m_map.GetCStringAtIndexUnchecked(i), in Append()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DUniqueCStringMap.h62 ConstString GetCStringAtIndexUnchecked(uint32_t idx) const { in GetCStringAtIndexUnchecked() function