Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DValueObject.cpp860 addr_t cstr_address = LLDB_INVALID_ADDRESS; in IsCStringContainer() local
862 cstr_address = GetAddressOf (true, &cstr_address_type); in IsCStringContainer()
863 return (cstr_address != LLDB_INVALID_ADDRESS); in IsCStringContainer()
1128 addr_t cstr_address = LLDB_INVALID_ADDRESS; in ReadPointedString() local
1146 cstr_address = GetAddressOf (true, &cstr_address_type); in ReadPointedString()
1151 cstr_address = GetPointerValue (&cstr_address_type); in ReadPointedString()
1154 if (cstr_address == 0 || cstr_address == LLDB_INVALID_ADDRESS) in ReadPointedString()
1161 Address cstr_so_addr (cstr_address); in ReadPointedString()