Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp125 delegate_sp->PopulateSymtab(this, *m_symtab_ap); in GetSymtab()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h105 void PopulateSymtab(lldb_private::ObjectFile *obj_file,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DObjectFile.h37 virtual void PopulateSymtab(lldb_private::ObjectFile *obj_file,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp1196 void IRExecutionUnit::PopulateSymtab(lldb_private::ObjectFile *obj_file, in PopulateSymtab() function in IRExecutionUnit