Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Core/
DValueObject.cpp667 AddressType cstr_address_type = eAddressTypeInvalid; in IsCStringContainer() local
668 cstr_address = GetPointerValue(&cstr_address_type); in IsCStringContainer()
896 AddressType cstr_address_type = eAddressTypeInvalid; in ReadPointedString() local
911 cstr_address = GetAddressOf(true, &cstr_address_type); in ReadPointedString()
914 cstr_address = GetPointerValue(&cstr_address_type); in ReadPointedString()
918 if (cstr_address_type == eAddressTypeHost && is_array) { in ReadPointedString()