Home
last modified time | relevance | path

Searched refs:ParamOffsets (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DFunction.cpp20 llvm::SmallVectorImpl<unsigned> &&ParamOffsets, in Function() argument
24 ParamOffsets(std::move(ParamOffsets)), IsValid(false), in Function()
H A DContext.cpp445 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 DFunction.h223 return ParamOffsets[ParamIndex]; in getParamOffset()
235 llvm::SmallVectorImpl<unsigned> &&ParamOffsets, bool HasThisPointer,
279 llvm::SmallVector<unsigned, 8> ParamOffsets; variable
H A DByteCodeEmitter.cpp63 for (auto ParamOffset : llvm::drop_begin(Func->ParamOffsets, Drop)) { in compileFunc()