Searched refs:SBAddress (Results 51 - 56 of 56) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h214 lldb::SBAddress GetAddress();
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp544 SBError SBBreakpoint::AddLocation(SBAddress &address) {
546 (lldb::SBAddress &), address);
1010 (lldb::SBAddress &));
H A DSBFrame.cpp43 #include "lldb/API/SBAddress.h"
418 SBAddress SBFrame::GetPCAddress() const {
419 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBAddress, SBFrame, GetPCAddress);
421 SBAddress sb_addr;
1320 LLDB_REGISTER_METHOD_CONST(lldb::SBAddress, SBFrame, GetPCAddress, ());
H A DSBValue.cpp1333 lldb::SBAddress SBValue::GetAddress() {
1334 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBAddress, SBValue, GetAddress);
1359 return LLDB_RECORD_RESULT(SBAddress(new Address(addr)));
1653 LLDB_REGISTER_METHOD(lldb::SBAddress, SBValue, GetAddress, ());
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBValue.i420 lldb::SBAddress
499 addr = property(GetAddress, None, doc='''A read only property that returns an lldb.SBAddress that represents the address of this value if it is in memory.''')
/freebsd-11-stable/lib/clang/liblldb/
H A DMakefile17 SRCS+= API/SBAddress.cpp

Completed in 131 milliseconds

123