Searched refs:addDereferenceableOrNullAttr (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | Attributes.h | 300 AttributeSet addDereferenceableOrNullAttr(LLVMContext &C, unsigned Index, 515 AttrBuilder &addDereferenceableOrNullAttr(uint64_t Bytes);
|
D | Function.h | 228 void addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes);
|
D | Instructions.h | 1421 void addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes); 3117 void addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes);
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 862 AttributeSet AttributeSet::addDereferenceableOrNullAttr(LLVMContext &C, in addDereferenceableOrNullAttr() function in AttributeSet 866 B.addDereferenceableOrNullAttr(Bytes); in addDereferenceableOrNullAttr() 1184 AttrBuilder &AttrBuilder::addDereferenceableOrNullAttr(uint64_t Bytes) { in addDereferenceableOrNullAttr() function in AttrBuilder 1306 .addDereferenceableOrNullAttr(1) // the int here is ignored in typeIncompatible()
|
D | Function.cpp | 351 void Function::addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes) { in addDereferenceableOrNullAttr() function in Function 353 PAL = PAL.addDereferenceableOrNullAttr(getContext(), i, Bytes); in addDereferenceableOrNullAttr()
|
D | Instructions.cpp | 355 void CallInst::addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes) { in addDereferenceableOrNullAttr() function in CallInst 357 PAL = PAL.addDereferenceableOrNullAttr(getContext(), i, Bytes); in addDereferenceableOrNullAttr() 626 void InvokeInst::addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes) { in addDereferenceableOrNullAttr() function in InvokeInst 628 PAL = PAL.addDereferenceableOrNullAttr(getContext(), i, Bytes); in addDereferenceableOrNullAttr()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 1233 B.addDereferenceableOrNullAttr(Bytes); in ParseOptionalParamAttrs() 1304 B.addDereferenceableOrNullAttr(Bytes); in ParseOptionalReturnAttrs()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1220 B.addDereferenceableOrNullAttr(Record[++i]); in ParseAttributeGroupBlock()
|