Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBTarget.cpp1849 ConstString const_typename(typename_cstr); in FindFirstType() local
1859 module_sp->FindFirstType(sc, const_typename, exact_match)); in FindFirstType()
1869 auto types = vendor->FindTypes(const_typename, /*max_matches*/ 1); in FindFirstType()
1878 if (auto type = type_system->GetBuiltinTypeByName(const_typename)) in FindFirstType()
1906 ConstString const_typename(typename_cstr); in FindTypes() local
1910 images.FindTypes(nullptr, const_typename, exact_match, UINT32_MAX, in FindTypes()
1924 vendor->FindTypes(const_typename, /*max_matches*/ UINT32_MAX); in FindTypes()
1935 type_system->GetBuiltinTypeByName(const_typename)) in FindTypes()