Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModule.h145 lldb::SymbolType type = eSymbolTypeAny);
148 lldb::SymbolType type = eSymbolTypeAny);
H A DSBTarget.h892 lldb::SymbolType type = eSymbolTypeAny);
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp498 if (symbol_type == eSymbolTypeAny || m_symbols[i].GetType() == symbol_type) in AppendSymbolIndexesWithType()
516 if ((symbol_type == eSymbolTypeAny || in AppendSymbolIndexesWithTypeAndFlagsValue()
538 if (symbol_type == eSymbolTypeAny || in AppendSymbolIndexesWithType()
715 if (symbol_type == eSymbolTypeAny || in AppendSymbolIndexesWithNameAndType()
735 if (symbol_type == eSymbolTypeAny || in AppendSymbolIndexesWithNameAndType()
754 if (symbol_type == eSymbolTypeAny || in AppendSymbolIndexesMatchingRegExAndType()
777 if (symbol_type == eSymbolTypeAny || in AppendSymbolIndexesMatchingRegExAndType()
801 if (symbol_type == eSymbolTypeAny || in FindSymbolWithType()
1099 FindAllSymbolsWithNameAndType(name, eSymbolTypeAny, temp_symbol_indexes); in FindFunctionSymbols()
H A DSymbol.cpp131 symbol.type.value_or(eSymbolTypeAny), external, is_debug, in FromJSON()
144 symbol.type.value_or(eSymbolTypeAny), external, is_debug, in FromJSON()
391 if (type == eSymbolTypeAny || m_type == type) { in Compare()
497 module_sp->FindSymbolsWithNameAndType(reexport_name, eSymbolTypeAny, in ResolveReExportedSymbolInModuleSpec()
H A DSymbolContext.cpp891 module->FindSymbolsWithNameAndType(name, eSymbolTypeAny, sc_list); in FindBestGlobalDataSymbol()
903 target.GetImages().FindSymbolsWithNameAndType(name, eSymbolTypeAny, in FindBestGlobalDataSymbol()
H A DSymbolFileOnDemand.cpp370 regex, eSymbolTypeAny, Symtab::eDebugAny, Symtab::eVisibilityAny, in FindFunctions()
H A DObjectFile.cpp384 case eSymbolTypeAny: in GetAddressClass()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/
H A DInstrumentationRuntimeASanLibsanitizers.cpp64 ConstString("__asan_abi_init"), lldb::eSymbolTypeAny); in CheckIfRuntimeIsValid()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp58 ConstString("__asan_get_alloc_stack"), lldb::eSymbolTypeAny); in CheckIfRuntimeIsValid()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp41 ConstString("__asan_get_alloc_stack"), lldb::eSymbolTypeAny); in LLDB_PLUGIN_DEFINE()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp72 module_sp->FindFirstSymbolWithNameAndType(test_sym, lldb::eSymbolTypeAny); in CheckIfRuntimeIsValid()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp242 ubsan_test_sym, lldb::eSymbolTypeAny); in CheckIfRuntimeIsValid()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.cpp296 eSymbolTypeAny, list); in FindMetadata()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h260 ConstString name, lldb::SymbolType symbol_type = lldb::eSymbolTypeAny);
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h662 eSymbolTypeAny = 0, enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp712 eSymbolTypeAny, list); in FindMetadata()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1588 g_gdb_objc_obfuscator, lldb::eSymbolTypeAny); in GetTaggedPointerObfuscator()
1619 g_gdb_objc_realized_classes, lldb::eSymbolTypeAny); in GetISAHashTablePointer()
1644 ConstString("objc_debug_headerInfoRWs"), lldb::eSymbolTypeAny); in CreateSharedCacheImageHeaders()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp888 g_tsan_get_current_report, lldb::eSymbolTypeAny); in CheckIfRuntimeIsValid()
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp814 name, lldb::eSymbolTypeAny, sc_list); in FindInSymbols()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1075 m_decl_map->GetSymbolAddress(name, lldb::eSymbolTypeAny); in HandleSymbol()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp890 regex, eSymbolTypeAny, Symtab::eDebugAny, Symtab::eVisibilityAny, in FindFunctions()
/freebsd-14.2/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst886 .. py:data:: eSymbolTypeAny
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp4056 ConstString(symbol_name), eSymbolTypeAny, sc_list); in ServeSymbolLookups()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1607 name_regexp, eSymbolTypeAny, match_indexes); in LookupSymbolInModule()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp78192 {SWIG_LUA_CONSTTAB_INT("eSymbolTypeAny", lldb::eSymbolTypeAny)},