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.cpp701 LVScopeSetFunction SetFunction) { in sort()
705 // Terminates if the 'SetFunction' has been already executed. in sort()
708 (Parent->*SetFunction)(); in traverseParents()
714 LVObjectSetFunction SetFunction) { in traverseParents()
719 // Terminates if the 'SetFunction' has been already executed. in traverseParents()
722 (Parent->*SetFunction)(); in traverseParentsAndChildren() argument
731 (Entry->*SetFunction)(); in traverseParentsAndChildren()
734 (Scope->*SetFunction)(); in traverseParentsAndChildren()
709 traverseParents(LVScopeGetFunction GetFunction,LVScopeSetFunction SetFunction) traverseParents() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h116 LVScopeSetFunction SetFunction);
228 LVObjectSetFunction SetFunction);
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp53440 (arg1)->SetFunction(arg2); in _wrap_SBSymbolContext_SetFunction()