Home
last modified time | relevance | path

Searched defs:FindFirstType (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBModule.cpp436 lldb::SBType SBModule::FindFirstType(const char *name_cstr) { in FindFirstType() function in SBModule
H A DSBTarget.cpp1748 lldb::SBType SBTarget::FindFirstType(const char *typename_cstr) { in FindFirstType() function in SBTarget
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DModule.cpp981 lldb::TypeSP Module::FindFirstType(const SymbolContext &sc, ConstString name, in FindFirstType() function in Module