Home
last modified time | relevance | path

Searched refs:RawArgs (Results 1 – 1 of 1) 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()