Home
last modified time | relevance | path

Searched refs:addDereferenceableParamAttr (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DFunction.h403 void addDereferenceableParamAttr(unsigned ArgNo, uint64_t Bytes);
DAttributes.h475 AttributeList addDereferenceableParamAttr(LLVMContext &C, unsigned ArgNo,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DFunction.cpp433 void Function::addDereferenceableParamAttr(unsigned ArgNo, uint64_t Bytes) { in addDereferenceableParamAttr() function in Function
435 PAL = PAL.addDereferenceableParamAttr(getContext(), ArgNo, Bytes); in addDereferenceableParamAttr()