Searched refs:ParamOffsets (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Function.cpp | 20 llvm::SmallVectorImpl<unsigned> &&ParamOffsets, in Function() argument 24 ParamOffsets(std::move(ParamOffsets)), IsValid(false), in Function()
|
| H A D | Context.cpp | 445 SmallVector<unsigned, 8> ParamOffsets; in getOrCreateFunction() local 456 ParamOffsets.push_back(ParamOffset); in getOrCreateFunction() 469 ParamOffsets.push_back(ParamOffset); in getOrCreateFunction() 499 ParamOffsets.push_back(ParamOffset); in getOrCreateFunction() 508 std::move(ParamOffsets), HasThisPointer, HasRVO, IsLambdaStaticInvoker); in getOrCreateFunction() 517 SmallVector<unsigned, 8> ParamOffsets; in getOrCreateObjCBlock() local 527 ParamOffsets.push_back(ParamOffset); in getOrCreateObjCBlock() 538 std::move(ParamDescriptors), std::move(ParamOffsets), in getOrCreateObjCBlock()
|
| H A D | Function.h | 223 return ParamOffsets[ParamIndex]; in getParamOffset() 235 llvm::SmallVectorImpl<unsigned> &&ParamOffsets, bool HasThisPointer, 279 llvm::SmallVector<unsigned, 8> ParamOffsets; variable
|
| H A D | ByteCodeEmitter.cpp | 63 for (auto ParamOffset : llvm::drop_begin(Func->ParamOffsets, Drop)) { in compileFunc()
|