Home
last modified time | relevance | path

Searched refs:FindSubSection (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBSection.h34 lldb::SBSection FindSubSection(const char *sect_name);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBSection.cpp66 lldb::SBSection SBSection::FindSubSection(const char *sect_name) { in FindSubSection() function in SBSection