Searched refs:GetNumSections (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBModule.h170 GetNumSections ();
/freebsd-11.0-release/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdGdbInfo.cpp206 const MIuint nSections = module.GetNumSections();
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp435 SectionList::GetNumSections (uint32_t depth) const function in class:SectionList
443 count += (*sect_iter)->GetChildren().GetNumSections(depth - 1);
H A DModule.cpp1509 size_t num_sections = section_list->GetNumSections (0);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSection.h76 GetNumSections (uint32_t depth) const;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBModule.cpp417 SBModule::GetNumSections () function in class:SBModule
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2902 const uint32_t num_sections = sections->GetNumSections(0);

Completed in 124 milliseconds