Home
last modified time | relevance | path

Searched refs:SmallMapVector (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormatTokenLexer.h104 llvm::SmallMapVector<IdentifierInfo *, TokenType, 8> Macros;
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DMapVector.h233 struct SmallMapVector struct
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h179 SmallMapVector<Value *, Constant *, 4> ReplaceWithConstMap;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h541 llvm::SmallMapVector<Decl *, FunctionDecl *, 4> PendingExceptionSpecUpdates;
546 llvm::SmallMapVector<FunctionDecl *, QualType, 4> PendingDeducedTypeUpdates;
1036 llvm::SmallMapVector<IdentifierInfo *, SmallVector<NamedDecl*, 2>, 16>
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h197 llvm::SmallMapVector<ParmVarDecl *, Stmt *, 4> CoroutineParameterMoves;
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.h327 llvm::SmallMapVector<const OutputSection *, PageBlock, 16> PagesMap;
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp1051 SmallMapVector<unsigned, SmallVector<Record *, 8>, 4> ClassInstrs; in createInstRWClass()