Searched refs:addDereferenceableOrNullAttr (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | Attributes.h | 266 AttributeSet addDereferenceableOrNullAttr(LLVMContext &C, unsigned Index, 493 AttrBuilder &addDereferenceableOrNullAttr(uint64_t Bytes);
|
D | Function.h | 242 void addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes);
|
D | Instructions.h | 1623 void addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes); 3544 void addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes);
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 952 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()
|
D | Function.cpp | 363 void Function::addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes) { in addDereferenceableOrNullAttr() function in Function 365 PAL = PAL.addDereferenceableOrNullAttr(getContext(), i, Bytes); in addDereferenceableOrNullAttr()
|
D | Instructions.cpp | 342 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/ |
D | LLParser.cpp | 1312 B.addDereferenceableOrNullAttr(Bytes); in ParseOptionalParamAttrs() 1390 B.addDereferenceableOrNullAttr(Bytes); in ParseOptionalReturnAttrs()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1393 B.addDereferenceableOrNullAttr(Record[++i]); in parseAttributeGroupBlock()
|