Searched refs:TypeQueryOptions (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Type.h | 68 FLAGS_ENUM(TypeQueryOptions){ in FLAGS_ENUM() argument 91 LLDB_MARK_AS_BITMASK_ENUM(TypeQueryOptions) in LLDB_MARK_AS_BITMASK_ENUM() argument 148 TypeQuery(llvm::StringRef name, TypeQueryOptions options = e_none); in LLDB_MARK_AS_BITMASK_ENUM() 170 TypeQueryOptions options = e_none); in LLDB_MARK_AS_BITMASK_ENUM() 190 TypeQuery(const CompilerDecl &decl, TypeQueryOptions options = e_none); in LLDB_MARK_AS_BITMASK_ENUM() 209 TypeQueryOptions options = e_none); in LLDB_MARK_AS_BITMASK_ENUM() 333 TypeQueryOptions m_options; in LLDB_MARK_AS_BITMASK_ENUM()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 91 TypeQueryOptions::e_exact_match | in GetTypeInfo() 92 TypeQueryOptions::e_strict_namespaces | in GetTypeInfo() 93 TypeQueryOptions::e_find_one); in GetTypeInfo()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Type.cpp | 66 TypeQuery::TypeQuery(llvm::StringRef name, TypeQueryOptions options) in TypeQuery() 89 ConstString type_basename, TypeQueryOptions options) in TypeQuery() 99 TypeQueryOptions options) in TypeQuery() 105 TypeQuery::TypeQuery(const CompilerDecl &decl, TypeQueryOptions options) in TypeQuery()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTSource.cpp | 603 TypeQuery query(namespace_decl, name, TypeQueryOptions::e_find_one); in FindExternalVisibleDecls() 608 TypeQuery query(name.GetStringRef(), TypeQueryOptions::e_exact_match | in FindExternalVisibleDecls() 609 TypeQueryOptions::e_find_one); in FindExternalVisibleDecls()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
| H A D | ObjCLanguageRuntime.cpp | 142 TypeQuery query(name.GetStringRef(), TypeQueryOptions::e_exact_match); in LookupInCompleteClassCache()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBModule.cpp | 442 TypeQuery query(name.GetStringRef(), TypeQueryOptions::e_find_one); in FindFirstType()
|
| H A D | SBTarget.cpp | 1779 TypeQueryOptions::e_find_one); in FindFirstType()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 459 TypeQueryOptions::e_find_one); in DoExecute()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 263 TypeQuery query(die_context, TypeQueryOptions::e_module_search | in ParseTypeFromClangModule() 264 TypeQueryOptions::e_find_one); in ParseTypeFromClangModule()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.cpp | 1550 TypeQuery type_match(name.GetStringRef(), TypeQueryOptions::e_exact_match); in FindTypes()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.cpp | 1733 TypeQuery type_match(name.GetStringRef(), TypeQueryOptions::e_exact_match); in FindTypes()
|