Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp142 delegate_sp->PopulateSectionList(this, *m_sections_ap); in CreateSections()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h108 void PopulateSectionList(lldb_private::ObjectFile *obj_file,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DObjectFile.h40 virtual void PopulateSectionList(lldb_private::ObjectFile *obj_file,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp1201 void IRExecutionUnit::PopulateSectionList( in PopulateSectionList() function in IRExecutionUnit