Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DObjectFileJIT.h28 virtual void PopulateSectionList(lldb_private::ObjectFile *obj_file,
H A DIRExecutionUnit.h97 void PopulateSectionList(lldb_private::ObjectFile *obj_file,
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp111 delegate_sp->PopulateSectionList(this, *m_sections_up); in CreateSections()
H A DIRExecutionUnit.cpp1163 void IRExecutionUnit::PopulateSectionList( in PopulateSectionList() function in IRExecutionUnit