Searched refs:TypeQueryOptions (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | Type.h | 73 FLAGS_ENUM(TypeQueryOptions){ in FLAGS_ENUM() argument 87 LLDB_MARK_AS_BITMASK_ENUM(TypeQueryOptions) in LLDB_MARK_AS_BITMASK_ENUM() argument 144 TypeQuery(llvm::StringRef name, TypeQueryOptions options = e_none); in LLDB_MARK_AS_BITMASK_ENUM() 166 TypeQueryOptions options = e_none); in LLDB_MARK_AS_BITMASK_ENUM() 186 TypeQuery(const CompilerDecl &decl, TypeQueryOptions options = e_none); in LLDB_MARK_AS_BITMASK_ENUM() 205 TypeQueryOptions options = e_none); in LLDB_MARK_AS_BITMASK_ENUM() 297 TypeQueryOptions m_options; in LLDB_MARK_AS_BITMASK_ENUM()
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | Type.cpp | 92 TypeQuery::TypeQuery(llvm::StringRef name, TypeQueryOptions options) in TypeQuery() 115 ConstString type_basename, TypeQueryOptions options) in TypeQuery() 125 TypeQueryOptions options) in TypeQuery() 131 TypeQuery::TypeQuery(const CompilerDecl &decl, TypeQueryOptions options) in TypeQuery()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
H A D | ItaniumABILanguageRuntime.cpp | 92 TypeQueryOptions::e_exact_match | in GetTypeInfo() 93 TypeQueryOptions::e_find_one); in GetTypeInfo()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangASTSource.cpp | 602 TypeQuery query(namespace_decl, name, TypeQueryOptions::e_find_one); in FindExternalVisibleDecls() 607 TypeQuery query(name.GetStringRef(), TypeQueryOptions::e_exact_match | in FindExternalVisibleDecls() 608 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/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 | 170 TypeQuery query(die_context, TypeQueryOptions::e_module_search | in ParseTypeFromClangModule() 171 TypeQueryOptions::e_find_one); in ParseTypeFromClangModule()
|
H A D | SymbolFileDWARF.cpp | 2829 TypeQueryOptions::e_exact_match); in FindTypes()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | SymbolFilePDB.cpp | 1565 TypeQuery type_match(name.GetStringRef(), TypeQueryOptions::e_exact_match); in FindTypes()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBTarget.cpp | 1820 TypeQueryOptions::e_find_one); in FindFirstType()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | SymbolFileNativePDB.cpp | 1739 TypeQuery type_match(name.GetStringRef(), TypeQueryOptions::e_exact_match); in FindTypes()
|