Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBThread.i183 anything was printed into the stream (true) or not (false).") GetInfoItemByPathAsString;
186 GetInfoItemByPathAsString (const char *path, lldb::SBStream &strm);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h94 bool GetInfoItemByPathAsString(const char *path, SBStream &strm);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp452 bool SBThread::GetInfoItemByPathAsString(const char *path, SBStream &strm) { in GetInfoItemByPathAsString() function in SBThread
453 LLDB_RECORD_METHOD(bool, SBThread, GetInfoItemByPathAsString, in GetInfoItemByPathAsString()
1398 LLDB_REGISTER_METHOD(bool, SBThread, GetInfoItemByPathAsString, in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp53825 result = (bool)(arg1)->GetInfoItemByPathAsString((char const *)arg2,*arg3); in _wrap_SBThread_GetInfoItemByPathAsString()