Home
last modified time | relevance | path

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

/aosp12/art/compiler/debug/
H A Delf_symtab_writer.h94 auto* symtab = builder->GetSymTab(); in WriteDebugSymbols()
H A Delf_debug_writer.cc261 auto* symtab = builder->GetSymTab(); in PackElfFileForJIT()
/aosp12/art/tools/create_minidebuginfo/
H A Dcreate_minidebuginfo.cc64 auto* symtab = builder->GetSymTab(); in WriteMinidebugInfo()
/aosp12/art/libelffile/elf/
H A Delf_builder.h506 SymbolSection* GetSymTab() { return &symtab_; } in GetSymTab() function