Home
last modified time | relevance | path

Searched refs:LVLineGetFunction (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Core/
DLVLine.h36 using LVLineDispatch = std::map<LVLineKind, LVLineGetFunction>;
37 using LVLineRequest = std::vector<LVLineGetFunction>;
DLVObject.h67 using LVLineGetFunction = bool (LVLine::*)() const; variable