Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp969 bool TypeImpl::CheckModule(lldb::ModuleSP &module_sp) const { in CheckModule() function in TypeImpl
1018 if (CheckModule(module_sp)) in IsValid()
1040 if (CheckModule(module_sp)) { in GetName()
1050 if (CheckModule(module_sp)) { in GetDisplayTypeName()
1060 if (CheckModule(module_sp)) { in GetPointerType()
1072 if (CheckModule(module_sp)) { in GetPointeeType()
1084 if (CheckModule(module_sp)) { in GetReferenceType()
1096 if (CheckModule(module_sp)) { in GetTypedefedType()
1108 if (CheckModule(module_sp)) { in GetDereferencedType()
1120 if (CheckModule(module_sp)) { in GetUnqualifiedType()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h650 bool CheckModule(lldb::ModuleSP &module_sp) const;