Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DAddressResolverName.cpp119 eSymbolTypeCode, in SearchCallback()
135 eSymbolTypeCode, in SearchCallback()
DModule.cpp789 if (sc.symbol && (sym_type == eSymbolTypeCode || in FindFunctions()
813 if (sc.symbol && (sym_type == eSymbolTypeCode || in FindFunctions()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/
DSymbolFileSymtab.cpp109 …if (symtab->AppendSymbolIndexesWithType(eSymbolTypeCode, Symtab::eDebugYes, Symtab::eVisibilityAny… in CalculateAbilities()
115 …if (symtab->AppendSymbolIndexesWithType(eSymbolTypeCode, Symtab::eDebugNo, Symtab::eVisibilityAny,… in CalculateAbilities()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/
Dlldb-enumerations.h464 eSymbolTypeCode, enumerator
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp105 case eSymbolTypeCode: in GetFileRangeMap()
118eSymbolTypeCode, in GetFileRangeMap()
376 …symtab->AppendSymbolIndexesWithType (eSymbolTypeCode, Symtab::eDebugYes, Symtab::eVisibilityAny, m… in InitOSO()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDynamicLoaderPOSIXDYLD.cpp326 images.FindSymbolsWithNameAndType(sym_name, eSymbolTypeCode, target_symbols); in GetStepThroughTrampolinePlan()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
DClangExpressionDeclMap.cpp516 case eSymbolTypeCode: in FindCodeSymbolInContext()
644 case eSymbolTypeCode: in GetSymbolAddress()
794 case eSymbolTypeCode: // We already lookup functions elsewhere in FindGlobalDataSymbol()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1161 symbol_type = eSymbolTypeCode; in ParseSymbols()
1197 symbol_type = eSymbolTypeCode; in ParseSymbols()
1626 eSymbolTypeCode, // Type of this symbol. in ResolveSymbolForAddress()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
DSymbol.cpp360 if (m_type == eSymbolTypeCode || m_type == eSymbolTypeResolver) in GetPrologueByteSize()
DSymtab.cpp310 if (symbol_type == eSymbolTypeCode || symbol_type == eSymbolTypeResolver) in InitNameIndexes()
1136 case eSymbolTypeCode: in FindFunctionSymbols()
DObjectFile.cpp400 case eSymbolTypeCode: return eAddressClassCode; in GetAddressClass()