Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVLocation.h175 LVAutoOperations *Entries = nullptr;
H A DLVObject.h85 using LVAutoOperations = LVAutoSmallVector<LVOperation *, 8>; variable
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLocation.cpp582 Entries = new LVAutoOperations(); in addObject()