Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp70 if (symtab->AppendSymbolIndexesWithType(eSymbolTypeSourceFile, in CalculateAbilities()
75 if (symtab->AppendSymbolIndexesWithType( in CalculateAbilities()
82 if (symtab->AppendSymbolIndexesWithType(eSymbolTypeCode, Symtab::eDebugNo, in CalculateAbilities()
89 if (symtab->AppendSymbolIndexesWithType(eSymbolTypeData, in CalculateAbilities()
96 if (symtab->AppendSymbolIndexesWithType(eSymbolTypeObjCClass, in CalculateAbilities()
/freebsd-13.1/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-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp482 uint32_t Symtab::AppendSymbolIndexesWithType(SymbolType symbol_type, in AppendSymbolIndexesWithType() function in Symtab
520 uint32_t Symtab::AppendSymbolIndexesWithType(SymbolType symbol_type, in AppendSymbolIndexesWithType() function in Symtab
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp308 symtab->AppendSymbolIndexesWithType(eSymbolTypeCode, Symtab::eDebugYes, in InitOSO()
311 symtab->AppendSymbolIndexesWithType(eSymbolTypeData, Symtab::eDebugYes, in InitOSO()