Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp378 eSymbolTypeCode); in InitializeVTableSymbols()
594 eSymbolTypeCode); in AppleObjCTrampolineHandler()
597 eSymbolTypeCode); in AppleObjCTrampolineHandler()
599 msg_forward_name, eSymbolTypeCode); in AppleObjCTrampolineHandler()
602 eSymbolTypeCode); in AppleObjCTrampolineHandler()
662 eSymbolTypeCode); in AppleObjCTrampolineHandler()
682 eSymbolTypeCode); in AppleObjCTrampolineHandler()
H A DAppleObjCRuntime.cpp252 eSymbolTypeCode, contexts); in GetPrintForDebuggerAddr()
255 eSymbolTypeCode, contexts); in GetPrintForDebuggerAddr()
472 eSymbolTypeCode, sc_list); in CalculateHasNewLiteralsAndIndexing()
475 eSymbolTypeCode, sc_list); in CalculateHasNewLiteralsAndIndexing()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp72 eSymbolTypeCode, Symtab::eDebugYes, Symtab::eVisibilityAny, in CalculateAbilities()
78 if (symtab->AppendSymbolIndexesWithType(eSymbolTypeCode, Symtab::eDebugNo, in CalculateAbilities()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.cpp86 images.FindSymbolsMatchingRegExAndType(regex, eSymbolTypeCode, eh_pers); in CreateInstance()
92 eSymbolTypeCode, objc_mandatory); in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp230 module_sp->FindFirstSymbolWithNameAndType(symbol_name, eSymbolTypeCode); in SetupBreakpoint()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2184 symbol_type = eSymbolTypeCode; in ParseSymbols()
2215 symbol_type = eSymbolTypeCode; in ParseSymbols()
2233 if (symbol_type == eSymbolTypeCode) { in ParseSymbols()
2258 if (symbol_type == eSymbolTypeCode) { in ParseSymbols()
2276 if (symbol_type == eSymbolTypeCode) { in ParseSymbols()
2310 else if ((symbol.st_value & 1) && (symbol_type == eSymbolTypeCode)) { in ParseSymbols()
2314 if (symbol_type == eSymbolTypeCode) in ParseSymbols()
2387 if (symbol_type == eSymbolTypeCode) { in ParseSymbols()
3083 /*type=*/eSymbolTypeCode, in ParseSymtab()
3188 /*type=*/eSymbolTypeCode, in ParseUnwindSymbols()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp199 symbol_name, eSymbolTypeCode); in Activate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp259 symbol_name, eSymbolTypeCode); in Activate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp263 return eSymbolTypeCode; in ParseSymtab()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp314 if (m_type == eSymbolTypeCode || m_type == eSymbolTypeResolver) { in GetPrologueByteSize()
807 .Case("code", eSymbolTypeCode) in fromJSON()
H A DSymtab.cpp342 if (type == eSymbolTypeCode || type == eSymbolTypeResolver) { in InitNameIndexes()
1121 case eSymbolTypeCode: in FindFunctionSymbols()
H A DObjectFile.cpp397 case eSymbolTypeCode: in GetAddressClass()
H A DSymbolContext.cpp843 case eSymbolTypeCode: // We already lookup functions elsewhere in FindBestGlobalDataSymbol()
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp195 module_list, ConstString("__jit_debug_register_code"), eSymbolTypeCode); in SetJITBreakpoint()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp106 case eSymbolTypeCode: { in GetFileRangeMap()
119 eSymbolTypeCode, Symtab::eDebugNo, Symtab::eVisibilityAny); in GetFileRangeMap()
316 symtab->AppendSymbolIndexesWithType(eSymbolTypeCode, Symtab::eDebugYes, in InitOSO()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp422 images.FindSymbolsWithNameAndType(sym_name, eSymbolTypeCode, target_symbols); in GetStepThroughTrampolinePlan()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h668 eSymbolTypeCode, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp637 ConstString("__cxa_current_exception_type"), eSymbolTypeCode, contexts); in GetExceptionObjectForThread()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp904 if (sc.symbol && (sym_type == eSymbolTypeCode || in FindFunctions()
927 (sym_type == eSymbolTypeCode || in FindFunctions()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp522 images.FindSymbolsWithNameAndType(sym_name, eSymbolTypeCode, target_symbols); in GetStepThroughTrampolinePlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp904 symbol_name, eSymbolTypeCode); in Activate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp482 /*symID*/ 0, Mangled(name), eSymbolTypeCode, in AddSymbols()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp778 eSymbolTypeCode, Symtab::eDebugYes, Symtab::eVisibilityAny, symbol_idx); in ParseFunctions()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp544 case eSymbolTypeCode: in GetSymbolAddress()

12