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.h907 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()
727 if (symbol_type == eSymbolTypeAny || in AppendSymbolIndexesWithNameAndType()
747 if (symbol_type == eSymbolTypeAny || in AppendSymbolIndexesWithNameAndType()
766 if (symbol_type == eSymbolTypeAny || in AppendSymbolIndexesMatchingRegExAndType()
789 if (symbol_type == eSymbolTypeAny || in AppendSymbolIndexesMatchingRegExAndType()
813 if (symbol_type == eSymbolTypeAny || in FindSymbolWithType()
1111 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.cpp900 module->FindSymbolsWithNameAndType(name, eSymbolTypeAny, sc_list); in FindBestGlobalDataSymbol()
912 target.GetImages().FindSymbolsWithNameAndType(name, eSymbolTypeAny, in FindBestGlobalDataSymbol()
H A DSymbolFileOnDemand.cpp370 regex, eSymbolTypeAny, Symtab::eDebugAny, Symtab::eVisibilityAny, in FindFunctions()
H A DObjectFile.cpp393 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.cpp41 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.cpp242 ubsan_test_sym, lldb::eSymbolTypeAny); in CheckIfRuntimeIsValid()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.cpp296 eSymbolTypeAny, list); in FindMetadata()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h251 /// If set to eSymbolTypeAny, find a symbol of any type that
260 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.h665 eSymbolTypeAny = 0, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1564 g_gdb_objc_obfuscator, lldb::eSymbolTypeAny); in GetTaggedPointerObfuscator()
1595 g_gdb_objc_realized_classes, lldb::eSymbolTypeAny); in GetISAHashTablePointer()
1620 ConstString("objc_debug_headerInfoRWs"), lldb::eSymbolTypeAny); in CreateSharedCacheImageHeaders()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp890 g_tsan_get_current_report, lldb::eSymbolTypeAny); in CheckIfRuntimeIsValid()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1075 m_decl_map->GetSymbolAddress(name, lldb::eSymbolTypeAny); in HandleSymbol()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp815 name, lldb::eSymbolTypeAny, sc_list); in FindInSymbols()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp890 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.cpp4129 ConstString(symbol_name), eSymbolTypeAny, sc_list); in ServeSymbolLookups()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1564 name_regexp, eSymbolTypeAny, match_indexes); in LookupSymbolInModule()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81479 {SWIG_LUA_CONSTTAB_INT("eSymbolTypeAny", (lldb::eSymbolTypeAny))},