| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTrampolineHandler.cpp | 479 eSymbolTypeCode); in InitializeVTableSymbols() 695 eSymbolTypeCode); in AppleObjCTrampolineHandler() 698 eSymbolTypeCode); in AppleObjCTrampolineHandler() 700 msg_forward_name, eSymbolTypeCode); in AppleObjCTrampolineHandler() 703 eSymbolTypeCode); in AppleObjCTrampolineHandler() 756 eSymbolTypeCode); in AppleObjCTrampolineHandler() 776 eSymbolTypeCode); in AppleObjCTrampolineHandler()
|
| H A D | AppleObjCRuntime.cpp | 244 eSymbolTypeCode, contexts); in GetPrintForDebuggerAddr() 247 eSymbolTypeCode, contexts); in GetPrintForDebuggerAddr() 464 eSymbolTypeCode, sc_list); in CalculateHasNewLiteralsAndIndexing() 467 eSymbolTypeCode, sc_list); in CalculateHasNewLiteralsAndIndexing()
|
| H A D | AppleObjCRuntimeV2.cpp | 1956 Name, lldb::eSymbolTypeCode)) { in HasSymbol()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/ |
| H A D | SymbolFileSymtab.cpp | 76 eSymbolTypeCode, Symtab::eDebugYes, Symtab::eVisibilityAny, in CalculateAbilities() 82 if (symtab->AppendSymbolIndexesWithType(eSymbolTypeCode, Symtab::eDebugNo, in CalculateAbilities()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | 290 symbol_name, eSymbolTypeCode); in Activate()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | InstrumentationRuntimeMainThreadChecker.cpp | 203 symbol_name, eSymbolTypeCode); in Activate()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 2052 symbol_type = eSymbolTypeCode; in ParseSymbols() 2083 symbol_type = eSymbolTypeCode; in ParseSymbols() 2101 if (symbol_type == eSymbolTypeCode) { in ParseSymbols() 2126 if (symbol_type == eSymbolTypeCode) { in ParseSymbols() 2144 if (symbol_type == eSymbolTypeCode) { in ParseSymbols() 2178 else if ((symbol.st_value & 1) && (symbol_type == eSymbolTypeCode)) { in ParseSymbols() 2182 if (symbol_type == eSymbolTypeCode) in ParseSymbols() 2823 /*type=*/eSymbolTypeCode, in GetSymtab() 2933 /*type=*/eSymbolTypeCode, in ParseUnwindSymbols()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 261 symbol_name, eSymbolTypeCode); in Activate()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.cpp | 101 case eSymbolTypeCode: { in GetFileRangeMap() 114 eSymbolTypeCode, Symtab::eDebugNo, Symtab::eVisibilityAny); in GetFileRangeMap() 308 symtab->AppendSymbolIndexesWithType(eSymbolTypeCode, Symtab::eDebugYes, in InitOSO()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 616 eSymbolTypeCode, enumerator
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 562 ConstString("__cxa_current_exception_type"), eSymbolTypeCode, contexts); in GetExceptionObjectForThread()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Symtab.cpp | 324 if (type == eSymbolTypeCode || type == eSymbolTypeResolver) { in InitNameIndexes() 1099 case eSymbolTypeCode: in FindFunctionSymbols()
|
| H A D | Symbol.cpp | 260 if (m_type == eSymbolTypeCode || m_type == eSymbolTypeResolver) { in GetPrologueByteSize()
|
| H A D | ObjectFile.cpp | 383 case eSymbolTypeCode: in GetAddressClass()
|
| H A D | SymbolContext.cpp | 837 case eSymbolTypeCode: // We already lookup functions elsewhere in FindBestGlobalDataSymbol()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| H A D | DynamicLoaderHexagonDYLD.cpp | 432 images.FindSymbolsWithNameAndType(sym_name, eSymbolTypeCode, target_symbols); in GetStepThroughTrampolinePlan()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Module.cpp | 873 if (sc.symbol && (sym_type == eSymbolTypeCode || in FindFunctions() 896 (sym_type == eSymbolTypeCode || in FindFunctions()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DynamicLoaderPOSIXDYLD.cpp | 500 images.FindSymbolsWithNameAndType(sym_name, eSymbolTypeCode, target_symbols); in GetStepThroughTrampolinePlan()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 808 module->FindFirstSymbolWithNameAndType(m_kernel_name, eSymbolTypeCode); in SearchCallback() 813 ConstString(kernel_name_expanded.c_str()), eSymbolTypeCode); in SearchCallback() 868 kernel_name, eSymbolTypeCode); in SearchCallback() 927 module->FindFirstSymbolWithNameAndType(k.m_name, eSymbolTypeCode); in SearchCallback() 1579 ConstString(symbol_name), eSymbolTypeCode); in LoadRuntimeHooks()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 903 symbol_name, eSymbolTypeCode); in Activate()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.cpp | 346 /*symID*/ 0, Mangled(name), eSymbolTypeCode, in AddSymbols()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 526 case eSymbolTypeCode: in GetSymbolAddress()
|
| /freebsd-13.1/contrib/llvm-project/lldb/docs/ |
| H A D | python_api_enums.rst | 887 .. py:data:: eSymbolTypeCode
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.cpp | 1409 pub_symbol->isCode() ? eSymbolTypeCode : eSymbolTypeData, // type in AddSymbols()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.cpp | 3977 case eSymbolTypeCode: in ServeSymbolLookups()
|