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.cpp990 bool TypeImpl::CheckModule(lldb::ModuleSP &module_sp) const { in CheckModule() function in TypeImpl
1039 if (CheckModule(module_sp)) in IsValid()
1061 if (CheckModule(module_sp)) { in GetName()
1071 if (CheckModule(module_sp)) { in GetDisplayTypeName()
1081 if (CheckModule(module_sp)) { in GetPointerType()
1093 if (CheckModule(module_sp)) { in GetPointeeType()
1105 if (CheckModule(module_sp)) { in GetReferenceType()
1117 if (CheckModule(module_sp)) { in GetTypedefedType()
1129 if (CheckModule(module_sp)) { in GetDereferencedType()
1141 if (CheckModule(module_sp)) { in GetUnqualifiedType()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h686 bool CheckModule(lldb::ModuleSP &module_sp) const;