Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.cpp67 m_map.GetCStringAtIndexUnchecked(i)); in Dump()
76 if (!callback(m_map.GetCStringAtIndexUnchecked(i), in ForEach()
85 m_map.Append(other.m_map.GetCStringAtIndexUnchecked(i), in Append()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DUniqueCStringMap.h62 ConstString GetCStringAtIndexUnchecked(uint32_t idx) const { in GetCStringAtIndexUnchecked() function