Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp124 delegate_sp->PopulateSectionList(this, *m_sections_up); in CreateSections()
/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h97 void PopulateSectionList(lldb_private::ObjectFile *obj_file,
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DObjectFile.h41 virtual void PopulateSectionList(lldb_private::ObjectFile *obj_file,
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRExecutionUnit.cpp1162 void IRExecutionUnit::PopulateSectionList( in PopulateSectionList() function in IRExecutionUnit