Searched refs:cstr_address (Results 1 – 1 of 1) sorted by relevance
659 addr_t cstr_address = GetPointerValue().address; in IsCStringContainer() local660 return (cstr_address != LLDB_INVALID_ADDRESS); in IsCStringContainer()901 AddrAndType cstr_address; in ReadPointedString() local916 cstr_address = GetAddressOf(true); in ReadPointedString()919 cstr_address = GetPointerValue(); in ReadPointedString()922 if (cstr_address.address == 0 || in ReadPointedString()923 cstr_address.address == LLDB_INVALID_ADDRESS) { in ReadPointedString()924 if (cstr_address.type == eAddressTypeHost && is_array) { in ReadPointedString()943 Address cstr_so_addr(cstr_address.address); in ReadPointedString()