Home
last modified time | relevance | path

Searched defs:GetSection (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DAddress.h429 lldb::SectionSP GetSection() const { return m_section_wp.lock(); } in GetSection() function
/openbsd/src/gnu/llvm/lldb/source/API/
DSBAddress.cpp152 lldb::SBSection SBAddress::GetSection() { in GetSection() function in SBAddress
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1933 SectionSP GetSection(uint8_t n_sect, addr_t file_addr) { in GetSection() function in MachSymtabSectionInfo