Lines Matching refs:Symtab

34 Symtab::Symtab(ObjectFile *objfile)  in Symtab()  function in Symtab
49 Symtab::~Symtab() = default;
51 void Symtab::Reserve(size_t count) { in Reserve()
57 Symbol *Symtab::Resize(size_t count) { in Resize()
64 uint32_t Symtab::AddSymbol(const Symbol &symbol) { in AddSymbol()
77 size_t Symtab::GetNumSymbols() const { in GetNumSymbols()
82 void Symtab::SectionFileAddressesChanged() { in SectionFileAddressesChanged()
88 void Symtab::Dump(Stream *s, Target *target, SortOrder sort_order, in Dump()
160 void Symtab::Dump(Stream *s, Target *target, std::vector<uint32_t> &indexes, in Dump()
186 void Symtab::DumpSymbolHeader(Stream *s) { in DumpSymbolHeader()
208 Symbol *Symtab::FindSymbolByID(lldb::user_id_t symbol_uid) const { in FindSymbolByID()
217 Symbol *Symtab::SymbolAtIndex(size_t idx) { in SymbolAtIndex()
225 const Symbol *Symtab::SymbolAtIndex(size_t idx) const { in SymbolAtIndex()
269 void Symtab::InitNameIndexes() { in InitNameIndexes()
383 void Symtab::RegisterMangledNameEntry( in RegisterMangledNameEntry()
436 void Symtab::RegisterBacklogEntry( in RegisterBacklogEntry()
454 void Symtab::PreloadSymbols() { in PreloadSymbols()
459 void Symtab::AppendSymbolNamesToMap(const IndexCollection &indexes, in AppendSymbolNamesToMap()
487 uint32_t Symtab::AppendSymbolIndexesWithType(SymbolType symbol_type, in AppendSymbolIndexesWithType()
505 uint32_t Symtab::AppendSymbolIndexesWithTypeAndFlagsValue( in AppendSymbolIndexesWithTypeAndFlagsValue()
525 uint32_t Symtab::AppendSymbolIndexesWithType(SymbolType symbol_type, in AppendSymbolIndexesWithType()
548 uint32_t Symtab::GetIndexForSymbol(const Symbol *symbol) const { in GetIndexForSymbol()
613 void Symtab::SortSymbolIndexesByValue(std::vector<uint32_t> &indexes, in SortSymbolIndexesByValue()
638 uint32_t Symtab::GetNameIndexes(ConstString symbol_name, in GetNameIndexes()
668 uint32_t Symtab::AppendSymbolIndexesWithName(ConstString symbol_name, in AppendSymbolIndexesWithName()
681 uint32_t Symtab::AppendSymbolIndexesWithName(ConstString symbol_name, in AppendSymbolIndexesWithName()
707 Symtab::AppendSymbolIndexesWithNameAndType(ConstString symbol_name, in AppendSymbolIndexesWithNameAndType()
725 uint32_t Symtab::AppendSymbolIndexesWithNameAndType( in AppendSymbolIndexesWithNameAndType()
745 uint32_t Symtab::AppendSymbolIndexesMatchingRegExAndType( in AppendSymbolIndexesMatchingRegExAndType()
766 uint32_t Symtab::AppendSymbolIndexesMatchingRegExAndType( in AppendSymbolIndexesMatchingRegExAndType()
791 Symbol *Symtab::FindSymbolWithType(SymbolType symbol_type, in FindSymbolWithType()
811 Symtab::FindAllSymbolsWithNameAndType(ConstString name, in FindAllSymbolsWithNameAndType()
828 void Symtab::FindAllSymbolsWithNameAndType( in FindAllSymbolsWithNameAndType()
847 void Symtab::FindAllSymbolsMatchingRexExAndType( in FindAllSymbolsMatchingRexExAndType()
857 Symbol *Symtab::FindFirstSymbolWithNameAndType(ConstString name, in FindFirstSymbolWithNameAndType()
886 const Symtab *symtab;
921 void Symtab::InitAddressIndexes() { in InitAddressIndexes()
1004 void Symtab::Finalize() { in Finalize()
1016 Symbol *Symtab::FindSymbolAtFileAddress(addr_t file_addr) { in FindSymbolAtFileAddress()
1031 Symbol *Symtab::FindSymbolContainingFileAddress(addr_t file_addr) { in FindSymbolContainingFileAddress()
1047 void Symtab::ForEachSymbolContainingFileAddress( in ForEachSymbolContainingFileAddress()
1070 void Symtab::SymbolIndicesToSymbolContextList( in SymbolIndicesToSymbolContextList()
1088 void Symtab::FindFunctionSymbols(ConstString name, uint32_t name_type_mask, in FindFunctionSymbols()
1148 const Symbol *Symtab::GetParent(Symbol *child_symbol) const { in GetParent()
1161 std::string Symtab::GetCacheKey() { in GetCacheKey()
1172 void Symtab::SaveToCache() { in SaveToCache()
1243 bool Symtab::Encode(DataEncoder &encoder) const { in Encode()
1290 bool Symtab::Decode(const DataExtractor &data, lldb::offset_t *offset_ptr, in Decode()
1340 bool Symtab::LoadFromCache() { in LoadFromCache()