Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModule.h111 lldb::SBSection FindSection(const char *sect_name);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp560 SBSection SBModule::FindSection(const char *sect_name) { in FindSection() function in SBModule
561 LLDB_RECORD_METHOD(lldb::SBSection, SBModule, FindSection, (const char *), in FindSection()
757 LLDB_REGISTER_METHOD(lldb::SBSection, SBModule, FindSection, (const char *)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBModule.i188 FindSection (const char *sect_name);
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp34410 result = (arg1)->FindSection((char const *)arg2); in _wrap_SBModule_FindSection()