Home
last modified time | relevance | path

Searched refs:addDereferenceableOrNullAttr (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/IR/
DAttributes.h266 AttributeSet addDereferenceableOrNullAttr(LLVMContext &C, unsigned Index,
493 AttrBuilder &addDereferenceableOrNullAttr(uint64_t Bytes);
DFunction.h242 void addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes);
DInstructions.h1623 void addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes);
3544 void addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes);
/external/llvm/lib/IR/
DAttributes.cpp952 AttributeSet AttributeSet::addDereferenceableOrNullAttr(LLVMContext &C, in addDereferenceableOrNullAttr() function in AttributeSet
956 B.addDereferenceableOrNullAttr(Bytes); in addDereferenceableOrNullAttr()
1267 AttrBuilder &AttrBuilder::addDereferenceableOrNullAttr(uint64_t Bytes) { in addDereferenceableOrNullAttr() function in AttrBuilder
1426 .addDereferenceableOrNullAttr(1) // the int here is ignored in typeIncompatible()
DFunction.cpp363 void Function::addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes) { in addDereferenceableOrNullAttr() function in Function
365 PAL = PAL.addDereferenceableOrNullAttr(getContext(), i, Bytes); in addDereferenceableOrNullAttr()
DInstructions.cpp342 void CallInst::addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes) { in addDereferenceableOrNullAttr() function in CallInst
344 PAL = PAL.addDereferenceableOrNullAttr(getContext(), i, Bytes); in addDereferenceableOrNullAttr()
674 void InvokeInst::addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes) { in addDereferenceableOrNullAttr() function in InvokeInst
676 PAL = PAL.addDereferenceableOrNullAttr(getContext(), i, Bytes); in addDereferenceableOrNullAttr()
/external/llvm/lib/AsmParser/
DLLParser.cpp1312 B.addDereferenceableOrNullAttr(Bytes); in ParseOptionalParamAttrs()
1390 B.addDereferenceableOrNullAttr(Bytes); in ParseOptionalReturnAttrs()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1393 B.addDereferenceableOrNullAttr(Record[++i]); in parseAttributeGroupBlock()