Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp66 if (symtab->AppendSymbolIndexesWithType(eSymbolTypeSourceFile, in CalculateAbilities()
71 if (symtab->AppendSymbolIndexesWithType( in CalculateAbilities()
78 if (symtab->AppendSymbolIndexesWithType(eSymbolTypeCode, Symtab::eDebugNo, in CalculateAbilities()
85 if (symtab->AppendSymbolIndexesWithType(eSymbolTypeData, in CalculateAbilities()
92 if (symtab->AppendSymbolIndexesWithType(eSymbolTypeObjCClass, in CalculateAbilities()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymtab.h64 uint32_t AppendSymbolIndexesWithType(lldb::SymbolType symbol_type,
72 uint32_t AppendSymbolIndexesWithType(lldb::SymbolType symbol_type,
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp499 uint32_t Symtab::AppendSymbolIndexesWithType(SymbolType symbol_type, in AppendSymbolIndexesWithType() function in Symtab
537 uint32_t Symtab::AppendSymbolIndexesWithType(SymbolType symbol_type, in AppendSymbolIndexesWithType() function in Symtab
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp316 symtab->AppendSymbolIndexesWithType(eSymbolTypeCode, Symtab::eDebugYes, in InitOSO()
318 symtab->AppendSymbolIndexesWithType(eSymbolTypeData, Symtab::eDebugYes, in InitOSO()