Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp479 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 DAppleObjCRuntime.cpp244 eSymbolTypeCode, contexts); in GetPrintForDebuggerAddr()
247 eSymbolTypeCode, contexts); in GetPrintForDebuggerAddr()
464 eSymbolTypeCode, sc_list); in CalculateHasNewLiteralsAndIndexing()
467 eSymbolTypeCode, sc_list); in CalculateHasNewLiteralsAndIndexing()
H A DAppleObjCRuntimeV2.cpp1956 Name, lldb::eSymbolTypeCode)) { in HasSymbol()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp76 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 DInstrumentationRuntimeASan.cpp290 symbol_name, eSymbolTypeCode); in Activate()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp203 symbol_name, eSymbolTypeCode); in Activate()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2052 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 DInstrumentationRuntimeUBSan.cpp261 symbol_name, eSymbolTypeCode); in Activate()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp101 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 Dlldb-enumerations.h616 eSymbolTypeCode, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp562 ConstString("__cxa_current_exception_type"), eSymbolTypeCode, contexts); in GetExceptionObjectForThread()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp324 if (type == eSymbolTypeCode || type == eSymbolTypeResolver) { in InitNameIndexes()
1099 case eSymbolTypeCode: in FindFunctionSymbols()
H A DSymbol.cpp260 if (m_type == eSymbolTypeCode || m_type == eSymbolTypeResolver) { in GetPrologueByteSize()
H A DObjectFile.cpp383 case eSymbolTypeCode: in GetAddressClass()
H A DSymbolContext.cpp837 case eSymbolTypeCode: // We already lookup functions elsewhere in FindBestGlobalDataSymbol()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp432 images.FindSymbolsWithNameAndType(sym_name, eSymbolTypeCode, target_symbols); in GetStepThroughTrampolinePlan()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp873 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 DDynamicLoaderPOSIXDYLD.cpp500 images.FindSymbolsWithNameAndType(sym_name, eSymbolTypeCode, target_symbols); in GetStepThroughTrampolinePlan()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp808 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 DInstrumentationRuntimeTSan.cpp903 symbol_name, eSymbolTypeCode); in Activate()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp346 /*symID*/ 0, Mangled(name), eSymbolTypeCode, in AddSymbols()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp526 case eSymbolTypeCode: in GetSymbolAddress()
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst887 .. py:data:: eSymbolTypeCode
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1409 pub_symbol->isCode() ? eSymbolTypeCode : eSymbolTypeData, // type in AddSymbols()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3977 case eSymbolTypeCode: in ServeSymbolLookups()

12