HomeSort by relevance Sort by last modified time
    Searched defs:addDereferenceableOrNullAttr (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/IR/
Attributes.cpp     [all...]
Function.cpp 411 void Function::addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes) {
413 PAL = PAL.addDereferenceableOrNullAttr(getContext(), i, Bytes);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Attributes.cpp     [all...]
Function.cpp 439 void Function::addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes) {
441 PAL = PAL.addDereferenceableOrNullAttr(getContext(), i, Bytes);
    [all...]

Completed in 428 milliseconds