Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h64 using LVElementDispatch = std::map<LVElementKind, LVElementGetFunction>;
65 using LVElementRequest = std::vector<LVElementGetFunction>;
H A DLVObject.h64 using LVElementGetFunction = bool (LVElement::*)() const; variable
H A DLVOptions.h491 for (const LVElementGetFunction &Request : ElementRequest) in checkElementRequest()