Home
last modified time | relevance | path

Searched refs:RawArgs (Results 1 – 3 of 3) 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-10.0/llvm/lib/IR/
DAttributes.cpp1565 AttrBuilder &AttrBuilder::addAllocSizeAttrFromRawRepr(uint64_t RawArgs) { in addAllocSizeAttrFromRawRepr() argument
1567 assert(RawArgs && "Invalid allocsize arguments -- given allocsize(0, 0)"); in addAllocSizeAttrFromRawRepr()
1572 AllocSizeArgs = RawArgs; in addAllocSizeAttrFromRawRepr()
/external/llvm-project/llvm/lib/IR/
DAttributes.cpp1707 AttrBuilder &AttrBuilder::addAllocSizeAttrFromRawRepr(uint64_t RawArgs) { in addAllocSizeAttrFromRawRepr() argument
1709 assert(RawArgs && "Invalid allocsize arguments -- given allocsize(0, 0)"); in addAllocSizeAttrFromRawRepr()
1714 AllocSizeArgs = RawArgs; in addAllocSizeAttrFromRawRepr()