Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h83 using LVAutoLines = LVAutoSmallVector<LVLine *>;
84 using LVAutoLocations = LVAutoSmallVector<LVLocation *>;
85 using LVAutoOperations = LVAutoSmallVector<LVOperation *, 8>;
86 using LVAutoScopes = LVAutoSmallVector<LVScope *>;
87 using LVAutoSymbols = LVAutoSmallVector<LVSymbol *>;
88 using LVAutoTypes = LVAutoSmallVector<LVType *>;
H A DLVSupport.h39 class LVAutoSmallVector : public SmallVector<T, N> {
44 LVAutoSmallVector() : SmallVector<T, N>::SmallVector() {} in LVAutoSmallVector() function
46 ~LVAutoSmallVector() { in ~LVAutoSmallVector()