Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h363 lldb::SBError ClearSectionLoadAddress(lldb::SBSection section);
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i420 ClearSectionLoadAddress (lldb::SBSection section);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2207 SBError SBTarget::ClearSectionLoadAddress(lldb::SBSection section) { in ClearSectionLoadAddress() function in SBTarget
2208 LLDB_RECORD_METHOD(lldb::SBError, SBTarget, ClearSectionLoadAddress, in ClearSectionLoadAddress()
2715 LLDB_REGISTER_METHOD(lldb::SBError, SBTarget, ClearSectionLoadAddress, in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp48377 result = (arg1)->ClearSectionLoadAddress(arg2); in _wrap_SBTarget_ClearSectionLoadAddress()