Home
last modified time | relevance | path

Searched defs:GetAddress (Results 1 – 24 of 24) sorted by relevance

/external/openscreen/discovery/dnssd/impl/
Dnetwork_interface_config.cc30 const IPAddress& NetworkInterfaceConfig::GetAddress() const { in GetAddress() function in openscreen::discovery::NetworkInterfaceConfig
/external/llvm/include/llvm/ExecutionEngine/Orc/
DJITSymbol.h53 JITSymbol(GetAddressFtor GetAddress, JITSymbolFlags Flags) in JITSymbol()
/external/llvm-project/lldb/test/API/functionalities/type_completion/
Dmain.cpp38 CustomString& GetAddress() { return *m_address; } in GetAddress() function in NameAndAddress
/external/llvm-project/lldb/source/Target/
DQueueItem.cpp39 Address &QueueItem::GetAddress() { return m_address; } in GetAddress() function in QueueItem
/external/llvm-project/lldb/source/API/
DSBQueueItem.cpp78 SBAddress SBQueueItem::GetAddress() const { in GetAddress() function in SBQueueItem
DSBInstruction.cpp104 SBAddress SBInstruction::GetAddress() { in GetAddress() function in SBInstruction
DSBBreakpointLocation.cpp78 SBAddress SBBreakpointLocation::GetAddress() { in GetAddress() function in SBBreakpointLocation
DSBData.cpp167 lldb::addr_t SBData::GetAddress(lldb::SBError &error, lldb::offset_t offset) { in GetAddress() function in SBData
DSBValue.cpp1333 lldb::SBAddress SBValue::GetAddress() { in GetAddress() function in SBValue
/external/llvm-project/lldb/include/lldb/Symbol/
DSymbol.h73 Address GetAddress() const { in GetAddress() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DJITSymbol.h268 JITSymbol(GetAddressFtor GetAddress, JITSymbolFlags Flags) in JITSymbol()
/external/webrtc/rtc_base/
Dssl_adapter_unittest.cc95 rtc::SocketAddress GetAddress() const { in GetAddress() function in SSLAdapterTestDummyClient
183 rtc::SocketAddress GetAddress() const { in GetAddress() function in SSLAdapterTestDummyServer
/external/llvm-project/llvm/include/llvm/ExecutionEngine/
DJITSymbol.h296 JITSymbol(GetAddressFtor GetAddress, JITSymbolFlags Flags) in JITSymbol()
/external/vixl/examples/aarch32/
Ddisasm-a32.cc75 Elf32_Addr GetAddress() const { return addr_; } in GetAddress() function in Symbol
/external/llvm-project/lldb/include/lldb/Core/
DDisassembler.h65 const Address &GetAddress() const { return m_address; } in GetAddress() function
DEmulateInstruction.h430 lldb::addr_t GetAddress() const { return m_addr; } in GetAddress() function
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointLocation.cpp64 Address &BreakpointLocation::GetAddress() { return m_address; } in GetAddress() function in BreakpointLocation
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix.cpp291 uptr SignalContext::GetAddress() const { in GetAddress() function in __sanitizer::SignalContext
Dsanitizer_win.cpp957 uptr SignalContext::GetAddress() const { in GetAddress() function in __sanitizer::SignalContext
/external/webrtc/api/transport/
Dstun.h346 const rtc::SocketAddress& GetAddress() const { return address_; } in GetAddress() function
Dstun.cc156 const StunAddressAttribute* StunMessage::GetAddress(int type) const { in GetAddress() function in cricket::StunMessage
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp497 Address ObjectFilePECOFF::GetAddress(uint32_t rva) { in GetAddress() function in ObjectFilePECOFF
/external/llvm-project/lldb/source/Utility/
DDataExtractor.cpp652 uint64_t DataExtractor::GetAddress(offset_t *offset_ptr) const { in GetAddress() function in DataExtractor
/external/webrtc/p2p/base/
Dport_unittest.cc114 SocketAddress GetAddress(Port* port) { in GetAddress() function