Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBSection.h35 lldb::SBSection FindSubSection(const char *sect_name);
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBSection.i61 FindSubSection (const char *sect_name);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBSection.cpp78 lldb::SBSection SBSection::FindSubSection(const char *sect_name) { in FindSubSection() function in SBSection