Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h107 lldb::SBTypeFormat GetTypeFormat();
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBValue.i175 GetTypeFormat ();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp490 lldb::SBTypeFormat SBValue::GetTypeFormat() { in GetTypeFormat() function in SBValue
491 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBTypeFormat, SBValue, GetTypeFormat); in GetTypeFormat()
1578 LLDB_REGISTER_METHOD(lldb::SBTypeFormat, SBValue, GetTypeFormat, ()); in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp66790 result = (arg1)->GetTypeFormat(); in _wrap_SBValue_GetTypeFormat()