Home
last modified time | relevance | path

Searched defs:ParamOffsets (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DFunction.cpp20 llvm::SmallVectorImpl<unsigned> &&ParamOffsets, in Function()
H A DContext.cpp445 SmallVector<unsigned, 8> ParamOffsets; in getOrCreateFunction() local
517 SmallVector<unsigned, 8> ParamOffsets; in getOrCreateObjCBlock() local
H A DFunction.h279 llvm::SmallVector<unsigned, 8> ParamOffsets; variable