Searched refs:eSymbolTypeAny (Results 1 - 24 of 24) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/
H A DInstrumentationRuntimeASanLibsanitizers.cpp64 ConstString("__asan_abi_init"), lldb::eSymbolTypeAny);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp58 ConstString("__asan_get_alloc_stack"), lldb::eSymbolTypeAny);
/freebsd-current/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-current/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp498 if (symbol_type == eSymbolTypeAny || m_symbols[i].GetType() == symbol_type)
516 if ((symbol_type == eSymbolTypeAny ||
538 if (symbol_type == eSymbolTypeAny ||
715 if (symbol_type == eSymbolTypeAny ||
735 if (symbol_type == eSymbolTypeAny ||
754 if (symbol_type == eSymbolTypeAny ||
777 if (symbol_type == eSymbolTypeAny ||
801 if (symbol_type == eSymbolTypeAny ||
1099 FindAllSymbolsWithNameAndType(name, eSymbolTypeAny, temp_symbol_indexes);
H A DSymbol.cpp131 symbol.type.value_or(eSymbolTypeAny), external, is_debug,
144 symbol.type.value_or(eSymbolTypeAny), external, is_debug,
391 if (type == eSymbolTypeAny || m_type == type) {
497 module_sp->FindSymbolsWithNameAndType(reexport_name, eSymbolTypeAny,
H A DSymbolFileOnDemand.cpp370 regex, eSymbolTypeAny, Symtab::eDebugAny, Symtab::eVisibilityAny,
H A DSymbolContext.cpp891 module->FindSymbolsWithNameAndType(name, eSymbolTypeAny, sc_list);
903 target.GetImages().FindSymbolsWithNameAndType(name, eSymbolTypeAny,
H A DObjectFile.cpp384 case eSymbolTypeAny:
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp41 ConstString("__asan_get_alloc_stack"), lldb::eSymbolTypeAny);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp72 module_sp->FindFirstSymbolWithNameAndType(test_sym, lldb::eSymbolTypeAny);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.cpp296 eSymbolTypeAny, list); local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp242 ubsan_test_sym, lldb::eSymbolTypeAny);
/freebsd-current/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-current/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h662 eSymbolTypeAny = 0, enumerator in enum:lldb::SymbolType
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp712 eSymbolTypeAny, list); local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1588 g_gdb_objc_obfuscator, lldb::eSymbolTypeAny);
1619 g_gdb_objc_realized_classes, lldb::eSymbolTypeAny);
1644 ConstString("objc_debug_headerInfoRWs"), lldb::eSymbolTypeAny);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp888 g_tsan_get_current_report, lldb::eSymbolTypeAny);
/freebsd-current/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp814 name, lldb::eSymbolTypeAny, sc_list);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1075 m_decl_map->GetSymbolAddress(name, lldb::eSymbolTypeAny);
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp890 regex, eSymbolTypeAny, Symtab::eDebugAny, Symtab::eVisibilityAny,
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp4056 ConstString(symbol_name), eSymbolTypeAny, sc_list); local
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1607 name_regexp, eSymbolTypeAny, match_indexes);
/freebsd-current/lib/clang/liblldb/
H A DLLDBWrapLua.cpp[all...]

Completed in 699 milliseconds