Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModule.h219 lldb::SBType GetTypeByID(lldb::user_id_t uid);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp525 lldb::SBType SBModule::GetTypeByID(lldb::user_id_t uid) { in GetTypeByID() function in SBModule
526 LLDB_RECORD_METHOD(lldb::SBType, SBModule, GetTypeByID, (lldb::user_id_t), in GetTypeByID()
755 LLDB_REGISTER_METHOD(lldb::SBType, SBModule, GetTypeByID, (lldb::user_id_t)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBModule.i269 GetTypeByID (lldb::user_id_t uid);
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp35160 result = (arg1)->GetTypeByID(arg2); in _wrap_SBModule_GetTypeByID()