Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i35 GetOffsetInBytes();
52 …byte_offset = property(GetOffsetInBytes, None, doc='''A read only property that returns offset in …
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h36 uint64_t GetOffsetInBytes();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp706 uint64_t SBTypeMember::GetOffsetInBytes() { in GetOffsetInBytes() function in SBTypeMember
707 LLDB_RECORD_METHOD_NO_ARGS(uint64_t, SBTypeMember, GetOffsetInBytes); in GetOffsetInBytes()
1009 LLDB_REGISTER_METHOD(uint64_t, SBTypeMember, GetOffsetInBytes, ()); in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp57858 result = (uint64_t)(arg1)->GetOffsetInBytes(); in _wrap_SBTypeMember_GetOffsetInBytes()