Home
last modified time | relevance | path

Searched refs:AppendSymbolIndexesWithType (Results 1 – 4 of 4) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/Symtab/
DSymbolFileSymtab.cpp104 if (symtab->AppendSymbolIndexesWithType(eSymbolTypeSourceFile, m_source_indexes)) in CalculateAbilities()
109 …if (symtab->AppendSymbolIndexesWithType(eSymbolTypeCode, Symtab::eDebugYes, Symtab::eVisibilityAny… in CalculateAbilities()
115 …if (symtab->AppendSymbolIndexesWithType(eSymbolTypeCode, Symtab::eDebugNo, Symtab::eVisibilityAny,… in CalculateAbilities()
120 if (symtab->AppendSymbolIndexesWithType(eSymbolTypeData, m_data_indexes)) in CalculateAbilities()
127 if (symtab->AppendSymbolIndexesWithType (eSymbolTypeObjCClass, objc_class_indexes)) in CalculateAbilities()
/external/lldb/include/lldb/Symbol/
DSymtab.h60 …uint32_t AppendSymbolIndexesWithType (lldb::SymbolType symbol_type, std::vector<uint32_t>& inde…
62 …uint32_t AppendSymbolIndexesWithType (lldb::SymbolType symbol_type, Debug symbol_debug_type, Vi…
/external/lldb/source/Symbol/
DSymtab.cpp482 Symtab::AppendSymbolIndexesWithType (SymbolType symbol_type, std::vector<uint32_t>& indexes, uint32… in AppendSymbolIndexesWithType() function in Symtab
518 Symtab::AppendSymbolIndexesWithType (SymbolType symbol_type, Debug symbol_debug_type, Visibility sy… in AppendSymbolIndexesWithType() function in Symtab
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp376 …symtab->AppendSymbolIndexesWithType (eSymbolTypeCode, Symtab::eDebugYes, Symtab::eVisibilityAny, m… in InitOSO()
377 …symtab->AppendSymbolIndexesWithType (eSymbolTypeData, Symtab::eDebugYes, Symtab::eVisibilityAny, m… in InitOSO()