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

  /external/llvm/lib/IR/
Attributes.cpp     [all...]
Function.cpp 405 void Function::addDereferenceableAttr(unsigned i, uint64_t Bytes) {
407 PAL = PAL.addDereferenceableAttr(getContext(), i, Bytes);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Attributes.cpp     [all...]
Function.cpp 427 void Function::addDereferenceableAttr(unsigned i, uint64_t Bytes) {
429 PAL = PAL.addDereferenceableAttr(getContext(), i, Bytes);
    [all...]

Completed in 298 milliseconds