reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Core/Value.h
  140   AddressType GetValueAddressType() const;
tools/lldb/include/lldb/Core/ValueObject.h
  552                                     AddressType *address_type = nullptr);
  554   lldb::addr_t GetPointerValue(AddressType *address_type = nullptr);
  608                               AddressType address_type = eAddressTypeLoad) {}
  756   void SetAddressTypeOfChildren(AddressType at) {
  760   AddressType GetAddressTypeOfChildren();
  893   AddressType m_address_type_of_ptr_or_ref_children;
  926               AddressType child_ptr_or_ref_addr_type = eAddressTypeLoad);
tools/lldb/include/lldb/Core/ValueObjectChild.h
   88                    AddressType child_ptr_or_ref_addr_type,
tools/lldb/include/lldb/Core/ValueObjectConstResult.h
   55          AddressType address_type, uint32_t addr_byte_size);
   91                             AddressType *address_type = nullptr) override;
   99                       AddressType address_type = eAddressTypeLoad) override {
  142                          AddressType address_type, uint32_t addr_byte_size);
tools/lldb/include/lldb/Core/ValueObjectConstResultChild.h
   58                             AddressType *address_type = nullptr) override;
tools/lldb/include/lldb/Core/ValueObjectConstResultImpl.h
   56                       AddressType address_type = eAddressTypeLoad) {
   62                                     AddressType *address_type = nullptr);
   70   AddressType m_live_address_type;
tools/lldb/include/lldb/Symbol/CompilerType.h
  368                       AddressType address_type, DataExtractor &data);
  371                      AddressType address_type, StreamString &new_value);
tools/lldb/include/lldb/Symbol/Type.h
  149                          lldb::addr_t address, AddressType address_type,
  153                       AddressType address_type, DataExtractor &data);
  156                      AddressType address_type, DataExtractor &data);
tools/lldb/source/API/SBValue.cpp
 1332       AddressType addr_type;
 1363       AddressType addr_type;
tools/lldb/source/Commands/CommandObjectWatchpoint.cpp
  859       AddressType addr_type;
tools/lldb/source/Core/Value.cpp
  116 AddressType Value::GetValueAddressType() const {
  322   AddressType address_type = eAddressTypeFile;
tools/lldb/source/Core/ValueObject.cpp
  108                          AddressType child_ptr_or_ref_addr_type)
  756   AddressType cstr_address_type = eAddressTypeInvalid;
  806     AddressType addr_type;
  981     AddressType cstr_address_type = eAddressTypeInvalid;
 1508                                  AddressType *address_type) {
 1543 addr_t ValueObject::GetPointerValue(AddressType *address_type) {
 2893   AddressType address_type = eAddressTypeInvalid;
 2943   AddressType address_type;
 2957   AddressType address_type;
 3222 AddressType ValueObject::GetAddressTypeOfChildren() {
tools/lldb/source/Core/ValueObjectChild.cpp
   34     AddressType child_ptr_or_ref_addr_type, uint64_t language_flags)
  139           AddressType addr_type = parent->GetAddressTypeOfChildren();
tools/lldb/source/Core/ValueObjectConstResult.cpp
  125                                              AddressType address_type,
  134     ConstString name, lldb::addr_t address, AddressType address_type,
  254                                                   AddressType *address_type) {
tools/lldb/source/Core/ValueObjectConstResultChild.cpp
   55   bool scalar_is_load_address, AddressType* address_type) {
tools/lldb/source/Core/ValueObjectConstResultImpl.cpp
  157                                          AddressType *address_type) {
tools/lldb/source/DataFormatters/CXXFunctionPointer.cpp
   26   AddressType func_ptr_address_type = eAddressTypeInvalid;
tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp
  512       AddressType ptr_address_type;
tools/lldb/source/Expression/Materializer.cpp
  484       AddressType address_type = eAddressTypeInvalid;
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
  838       AddressType address_type;
tools/lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp
  235   AddressType addr_type;
  283   AddressType addr_type;
tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
  208   AddressType address_type;
tools/lldb/source/Symbol/CompilerType.cpp
  962                                   lldb::addr_t addr, AddressType address_type,
 1007                                  lldb::addr_t addr, AddressType address_type,
tools/lldb/source/Symbol/Type.cpp
  403                              lldb::addr_t address, AddressType address_type,
  421                           AddressType address_type, DataExtractor &data) {
  457                          AddressType address_type, DataExtractor &data) {