Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h117 lldb::SBValue CreateChildAtOffset(const char *name, uint32_t offset,
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBValue.i249 CreateChildAtOffset (const char *name, uint32_t offset, lldb::SBType type);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp562 lldb::SBValue SBValue::CreateChildAtOffset(const char *name, uint32_t offset, in CreateChildAtOffset() function in SBValue
564 LLDB_RECORD_METHOD(lldb::SBValue, SBValue, CreateChildAtOffset, in CreateChildAtOffset()
1582 LLDB_REGISTER_METHOD(lldb::SBValue, SBValue, CreateChildAtOffset, in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp67043 result = (arg1)->CreateChildAtOffset((char const *)arg2,arg3,arg4); in _wrap_SBValue_CreateChildAtOffset()