Home
last modified time | relevance | path

Searched refs:SetFunction (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBSymbolContextExtensions.i8 …function = property(GetFunction, SetFunction, doc='''A read/write property that allows the getting…
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSymbolContext.h51 void SetFunction(lldb::SBFunction function);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSymbolContext.cpp127 void SBSymbolContext::SetFunction(lldb::SBFunction function) { in SetFunction() function in SBSymbolContext
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp708 LVScopeSetFunction SetFunction) { in traverseParents() argument
715 (Parent->*SetFunction)(); in traverseParents()
721 LVObjectSetFunction SetFunction) { in traverseParentsAndChildren() argument
729 (Parent->*SetFunction)(); in traverseParentsAndChildren()
738 (Entry->*SetFunction)(); in traverseParentsAndChildren()
741 (Scope->*SetFunction)(); in traverseParentsAndChildren()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h121 LVScopeSetFunction SetFunction);
234 LVObjectSetFunction SetFunction);
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp54568 (arg1)->SetFunction(SWIG_STD_MOVE(arg2)); in _wrap_SBSymbolContext_SetFunction()