Searched defs:IsInlinedCStr (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h55 bool IsInlinedCStr() const { return (m_value.data != NULL) && m_value.data == (uint8_t*)m_value.value.cstr; } function in class:DWARFFormValue

Completed in 34 milliseconds