Searched refs:eSymbolTypeCode (Results 1 – 11 of 11) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/ |
| D | AddressResolverName.cpp | 119 eSymbolTypeCode, in SearchCallback() 135 eSymbolTypeCode, in SearchCallback()
|
| D | Module.cpp | 789 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/ |
| D | SymbolFileSymtab.cpp | 109 …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/ |
| D | lldb-enumerations.h | 464 eSymbolTypeCode, enumerator
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| D | SymbolFileDWARFDebugMap.cpp | 105 case eSymbolTypeCode: in GetFileRangeMap() 118 … eSymbolTypeCode, 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/ |
| D | DynamicLoaderPOSIXDYLD.cpp | 326 images.FindSymbolsWithNameAndType(sym_name, eSymbolTypeCode, target_symbols); in GetStepThroughTrampolinePlan()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/ |
| D | ClangExpressionDeclMap.cpp | 516 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/ |
| D | ObjectFileELF.cpp | 1161 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/ |
| D | Symbol.cpp | 360 if (m_type == eSymbolTypeCode || m_type == eSymbolTypeResolver) in GetPrologueByteSize()
|
| D | Symtab.cpp | 310 if (symbol_type == eSymbolTypeCode || symbol_type == eSymbolTypeResolver) in InitNameIndexes() 1136 case eSymbolTypeCode: in FindFunctionSymbols()
|
| D | ObjectFile.cpp | 400 case eSymbolTypeCode: return eAddressClassCode; in GetAddressClass()
|