Home
last modified time | relevance | path

Searched refs:eSymbolTypeCode (Results 1 – 25 of 31) 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/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/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/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp236 module_sp->FindFirstSymbolWithNameAndType(symbol_name, eSymbolTypeCode); in SetupBreakpoint()
/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/ObjectFile/ELF/
H A DObjectFileELF.cpp2149 symbol_type = eSymbolTypeCode; in ParseSymbols()
2180 symbol_type = eSymbolTypeCode; in ParseSymbols()
2198 if (symbol_type == eSymbolTypeCode) { in ParseSymbols()
2223 if (symbol_type == eSymbolTypeCode) { in ParseSymbols()
2241 if (symbol_type == eSymbolTypeCode) { in ParseSymbols()
2275 else if ((symbol.st_value & 1) && (symbol_type == eSymbolTypeCode)) { in ParseSymbols()
2279 if (symbol_type == eSymbolTypeCode) in ParseSymbols()
2352 if (symbol_type == eSymbolTypeCode) { in ParseSymbols()
3060 /*type=*/eSymbolTypeCode, in ParseSymtab()
3165 /*type=*/eSymbolTypeCode, in ParseUnwindSymbols()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp257 symbol_name, eSymbolTypeCode); in Activate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp259 return eSymbolTypeCode; in ParseSymtab()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp314 if (m_type == eSymbolTypeCode || m_type == eSymbolTypeResolver) { in GetPrologueByteSize()
809 .Case("code", eSymbolTypeCode) in fromJSON()
H A DSymtab.cpp342 if (type == eSymbolTypeCode || type == eSymbolTypeResolver) { in InitNameIndexes()
1122 case eSymbolTypeCode: in FindFunctionSymbols()
H A DObjectFile.cpp399 case eSymbolTypeCode: in GetAddressClass()
H A DSymbolContext.cpp793 case eSymbolTypeCode: // We already lookup functions elsewhere in FindBestGlobalDataSymbol()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/XCOFF/
H A DObjectFileXCOFF.cpp194 return lldb::eSymbolTypeCode; in MapSymbolType()
/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.cpp108 case eSymbolTypeCode: { in GetFileRangeMap()
121 eSymbolTypeCode, Symtab::eDebugNo, Symtab::eVisibilityAny); in GetFileRangeMap()
317 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.h679 eSymbolTypeCode, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp633 ConstString("__cxa_current_exception_type"), eSymbolTypeCode, contexts); in GetExceptionObjectForThread()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp888 if (sc.symbol && (sym_type == eSymbolTypeCode || in FindFunctions()
910 (sym_type == eSymbolTypeCode || in FindFunctions()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp567 images.FindSymbolsWithNameAndType(sym_name, eSymbolTypeCode, target_symbols); in GetStepThroughTrampolinePlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp902 symbol_name, eSymbolTypeCode); in Activate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp480 /*symID*/ 0, Mangled(name), eSymbolTypeCode, in AddSymbols()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp777 eSymbolTypeCode, Symtab::eDebugYes, Symtab::eVisibilityAny, symbol_idx); in ParseFunctions()

12