HomeSort by relevance Sort by last modified time
    Searched defs:address_byte_size (Results 1 - 2 of 2) sorted by null

  /external/lldb/include/lldb/Expression/
ClangExpressionDeclMap.h 313 /// @param[out] address_byte_size
323 size_t address_byte_size; member in struct:lldb_private::ClangExpressionDeclMap::TargetInfo
327 address_byte_size(0)
334 address_byte_size != 0);
  /external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
ItaniumABILanguageRuntime.cpp 79 size_t address_byte_size = process->GetAddressByteSize(); local
83 address_byte_size,
85 if (!error.Success() || (bytes_read != address_byte_size))
241 address_byte_size,
244 if (!error.Success() || (bytes_read != address_byte_size))

Completed in 3079 milliseconds