Home
last modified time | relevance | path

Searched refs:LVObjectGetFunction (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h68 using LVObjectGetFunction = bool (LVObject::*)() const; variable
H A DLVScope.h227 void traverseParentsAndChildren(LVObjectGetFunction GetFunction,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp713 void LVScope::traverseParentsAndChildren(LVObjectGetFunction GetFunction, in traverseParents()