Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp482 eSymbolTypeCode); in InitializeVTableSymbols()
674 eSymbolTypeCode); in AppleObjCTrampolineHandler()
677 eSymbolTypeCode); in AppleObjCTrampolineHandler()
679 msg_forward_name, eSymbolTypeCode); in AppleObjCTrampolineHandler()
682 eSymbolTypeCode); in AppleObjCTrampolineHandler()
735 eSymbolTypeCode); in AppleObjCTrampolineHandler()
H A DAppleObjCRuntime.cpp228 eSymbolTypeCode, contexts)) && in GetPrintForDebuggerAddr()
230 eSymbolTypeCode, contexts))) in GetPrintForDebuggerAddr()
451 s_method_signature, eSymbolTypeCode, sc_list) || in CalculateHasNewLiteralsAndIndexing()
453 s_arclite_method_signature, eSymbolTypeCode, sc_list); in CalculateHasNewLiteralsAndIndexing()
H A DAppleObjCRuntimeV2.cpp400 g_gdb_object_getClass, eSymbolTypeCode) != NULL); in AppleObjCRuntimeV2()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DAddressResolverName.cpp95 eSymbolTypeCode, sym_list); in SearchCallback()
105 m_regex, eSymbolTypeCode, sym_list); in SearchCallback()
H A DModule.cpp884 if (sc.symbol && (sym_type == eSymbolTypeCode || in FindFunctions()
907 (sym_type == eSymbolTypeCode || in FindFunctions()
/freebsd-12.1/contrib/llvm/tools/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-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp212 /*symID*/ 0, Mangled(name, /*is_mangled*/ false), eSymbolTypeCode, in AddSymbols()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp290 symbol_name, eSymbolTypeCode); in Activate()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp198 symbol_name, eSymbolTypeCode); in Activate()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2142 symbol_type = eSymbolTypeCode; in ParseSymbols()
2173 symbol_type = eSymbolTypeCode; in ParseSymbols()
2191 if (symbol_type == eSymbolTypeCode) { in ParseSymbols()
2216 if (symbol_type == eSymbolTypeCode) { in ParseSymbols()
2234 if (symbol_type == eSymbolTypeCode) { in ParseSymbols()
2272 else if ((symbol.st_value & 1) && (symbol_type == eSymbolTypeCode)) { in ParseSymbols()
2276 if (symbol_type == eSymbolTypeCode) in ParseSymbols()
2963 eSymbolTypeCode, // Type of this symbol. in ParseUnwindSymbols()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp263 symbol_name, eSymbolTypeCode); in Activate()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp99 case eSymbolTypeCode: { in GetFileRangeMap()
113 eSymbolTypeCode, Symtab::eDebugNo, Symtab::eVisibilityAny); in GetFileRangeMap()
310 symtab->AppendSymbolIndexesWithType(eSymbolTypeCode, Symtab::eDebugYes, in InitOSO()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h634 eSymbolTypeCode, enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp581 ConstString("__cxa_current_exception_type"), eSymbolTypeCode, contexts); in GetExceptionObjectForThread()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymtab.cpp322 if (type == eSymbolTypeCode || type == eSymbolTypeResolver) { in InitNameIndexes()
1076 case eSymbolTypeCode: in FindFunctionSymbols()
H A DSymbol.cpp257 if (m_type == eSymbolTypeCode || m_type == eSymbolTypeResolver) { in GetPrologueByteSize()
H A DObjectFile.cpp403 case eSymbolTypeCode: in GetAddressClass()
H A DSymbolContext.cpp869 case eSymbolTypeCode: // We already lookup functions elsewhere in FindBestGlobalDataSymbol()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp434 images.FindSymbolsWithNameAndType(sym_name, eSymbolTypeCode, target_symbols); in GetStepThroughTrampolinePlan()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp477 images.FindSymbolsWithNameAndType(sym_name, eSymbolTypeCode, target_symbols); in GetStepThroughTrampolinePlan()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp821 module->FindFirstSymbolWithNameAndType(m_kernel_name, eSymbolTypeCode); in SearchCallback()
826 ConstString(kernel_name_expanded.c_str()), eSymbolTypeCode); in SearchCallback()
878 kernel_name, eSymbolTypeCode); in SearchCallback()
939 module->FindFirstSymbolWithNameAndType(k.m_name, eSymbolTypeCode); in SearchCallback()
1621 ConstString(symbol_name), eSymbolTypeCode); in LoadRuntimeHooks()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp902 symbol_name, eSymbolTypeCode); in Activate()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1360 pub_symbol->isCode() ? eSymbolTypeCode : eSymbolTypeData, // type in AddSymbols()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp633 case eSymbolTypeCode: in GetSymbolAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3839 case eSymbolTypeCode: in ServeSymbolLookups()