Home
last modified time | relevance | path

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

/llvm-project/lldb/bindings/interface/
H A DSBSymbolContextExtensions.i8 …function = property(GetFunction, SetFunction, doc='''A read/write property that allows the getting…
/llvm-project/lldb/include/lldb/API/
H A DSBSymbolContext.h51 void SetFunction(lldb::SBFunction function);
/llvm-project/lldb/source/API/
H A DSBSymbolContext.cpp127 void SBSymbolContext::SetFunction(lldb::SBFunction function) { in SetFunction() function in SBSymbolContext
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp701 LVScopeSetFunction SetFunction) { in traverseParents() argument
708 (Parent->*SetFunction)(); in traverseParents()
714 LVObjectSetFunction SetFunction) { in traverseParentsAndChildren() argument
722 (Parent->*SetFunction)(); in traverseParentsAndChildren()
731 (Entry->*SetFunction)(); in traverseParentsAndChildren()
734 (Scope->*SetFunction)(); in traverseParentsAndChildren()
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h116 LVScopeSetFunction SetFunction);
228 LVObjectSetFunction SetFunction);