Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBSymbolContext.i71 void SetFunction (lldb::SBFunction function);
90 …function = property(GetFunction, SetFunction, doc='''A read/write property that allows the getting…
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBSymbolContext.h47 void SetFunction(lldb::SBFunction function);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBSymbolContext.cpp127 void SBSymbolContext::SetFunction(lldb::SBFunction function) { in SetFunction() function in SBSymbolContext
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp714 LVScopeSetFunction SetFunction) { in traverseParents() argument
721 (Parent->*SetFunction)(); in traverseParents()
727 LVObjectSetFunction SetFunction) { in traverseParentsAndChildren() argument
735 (Parent->*SetFunction)(); in traverseParentsAndChildren()
744 (Entry->*SetFunction)(); in traverseParentsAndChildren()
747 (Scope->*SetFunction)(); in traverseParentsAndChildren()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h116 LVScopeSetFunction SetFunction);
228 LVObjectSetFunction SetFunction);