Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModule.h145 lldb::SymbolType type = eSymbolTypeAny);
148 lldb::SymbolType type = eSymbolTypeAny);
H A DSBTarget.h924 lldb::SymbolType type = eSymbolTypeAny);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp510 if (symbol_type == eSymbolTypeAny || m_symbols[i].GetType() == symbol_type) in AppendSymbolIndexesWithType()
528 if ((symbol_type == eSymbolTypeAny || in AppendSymbolIndexesWithTypeAndFlagsValue()
550 if (symbol_type == eSymbolTypeAny || in AppendSymbolIndexesWithType()
728 if (symbol_type == eSymbolTypeAny || in AppendSymbolIndexesWithNameAndType()
748 if (symbol_type == eSymbolTypeAny || in AppendSymbolIndexesWithNameAndType()
767 if (symbol_type == eSymbolTypeAny || in AppendSymbolIndexesMatchingRegExAndType()
790 if (symbol_type == eSymbolTypeAny || in AppendSymbolIndexesMatchingRegExAndType()
814 if (symbol_type == eSymbolTypeAny || in FindSymbolWithType()
1112 FindAllSymbolsWithNameAndType(name, eSymbolTypeAny, temp_symbol_indexes); in FindFunctionSymbols()
H A DSymbol.cpp128 symbol.type.value_or(eSymbolTypeAny), external, is_debug, in FromJSON()
140 symbol.type.value_or(eSymbolTypeAny), external, is_debug, in FromJSON()
387 if (type == eSymbolTypeAny || m_type == type) { in Compare()
493 module_sp->FindSymbolsWithNameAndType(reexport_name, eSymbolTypeAny, in ResolveReExportedSymbolInModuleSpec()
H A DSymbolContext.cpp850 module->FindSymbolsWithNameAndType(name, eSymbolTypeAny, sc_list); in FindBestGlobalDataSymbol()
862 target.GetImages().FindSymbolsWithNameAndType(name, eSymbolTypeAny, in FindBestGlobalDataSymbol()
H A DSymbolFileOnDemand.cpp371 regex, eSymbolTypeAny, Symtab::eDebugAny, Symtab::eVisibilityAny, in FindFunctions()
H A DObjectFile.cpp395 case eSymbolTypeAny: in GetAddressClass()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/
H A DInstrumentationRuntimeASanLibsanitizers.cpp64 ConstString("__asan_abi_init"), lldb::eSymbolTypeAny); in CheckIfRuntimeIsValid()
/freebsd/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp43 ConstString("__asan_get_alloc_stack"), lldb::eSymbolTypeAny); in LLDB_PLUGIN_DEFINE()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp58 ConstString("__asan_get_alloc_stack"), lldb::eSymbolTypeAny); in GetPatternForRuntimeLibrary()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp72 module_sp->FindFirstSymbolWithNameAndType(test_sym, lldb::eSymbolTypeAny); in CheckIfRuntimeIsValid()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp240 ubsan_test_sym, lldb::eSymbolTypeAny); in CheckIfRuntimeIsValid()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp834 sc.module_sp->FindSymbolsWithNameAndType(name, lldb::eSymbolTypeAny, in FindInSymbols()
842 m_preferred_modules.FindSymbolsWithNameAndType(name, lldb::eSymbolTypeAny, in FindInSymbols()
850 non_local_images.FindSymbolsWithNameAndType(name, lldb::eSymbolTypeAny, in FindInSymbols()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.cpp293 eSymbolTypeAny, list); in FindMetadata()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h261 ConstString name, lldb::SymbolType symbol_type = lldb::eSymbolTypeAny);
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp712 eSymbolTypeAny, list);
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h676 eSymbolTypeAny = 0, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1580 g_gdb_objc_obfuscator, lldb::eSymbolTypeAny); in GetTaggedPointerObfuscator()
1611 g_gdb_objc_realized_classes, lldb::eSymbolTypeAny); in GetISAHashTablePointer()
1636 ConstString("objc_debug_headerInfoRWs"), lldb::eSymbolTypeAny); in CreateSharedCacheImageHeaders()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp888 g_tsan_get_current_report, lldb::eSymbolTypeAny); in CheckIfRuntimeIsValid()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1076 m_decl_map->GetSymbolAddress(name, lldb::eSymbolTypeAny); in HandleSymbol()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp874 regex, eSymbolTypeAny, Symtab::eDebugAny, Symtab::eVisibilityAny, in FindFunctions()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst886 .. py:data:: eSymbolTypeAny
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp4148 ConstString(symbol_name), eSymbolTypeAny, sc_list); in ServeSymbolLookups()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1569 name_regexp, eSymbolTypeAny, match_indexes); in LookupSymbolInModule()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp82881 {SWIG_LUA_CONSTTAB_INT("eSymbolTypeAny", (lldb::eSymbolTypeAny))},