Home
last modified time | relevance | path

Searched refs:RawArgs (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/IR/
DAttributes.cpp1394 AttrBuilder &AttrBuilder::addAllocSizeAttrFromRawRepr(uint64_t RawArgs) { in addAllocSizeAttrFromRawRepr() argument
1396 assert(RawArgs && "Invalid allocsize arguments -- given allocsize(0, 0)"); in addAllocSizeAttrFromRawRepr()
1401 AllocSizeArgs = RawArgs; in addAllocSizeAttrFromRawRepr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAttributes.cpp1453 AttrBuilder &AttrBuilder::addAllocSizeAttrFromRawRepr(uint64_t RawArgs) { in addAllocSizeAttrFromRawRepr() argument
1455 assert(RawArgs && "Invalid allocsize arguments -- given allocsize(0, 0)"); in addAllocSizeAttrFromRawRepr()
1460 AllocSizeArgs = RawArgs; in addAllocSizeAttrFromRawRepr()