Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBModule.h221 lldb::SBType GetTypeByID(lldb::user_id_t uid);
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBModule.i276 GetTypeByID (lldb::user_id_t uid);
/llvm-project-15.0.7/lldb/source/API/
H A DSBModule.cpp513 lldb::SBType SBModule::GetTypeByID(lldb::user_id_t uid) { in GetTypeByID() function in SBModule