Home
last modified time | relevance | path

Searched refs:getPassPointeeByValueCopySize (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/include/llvm/IR/
DArgument.h84 uint64_t getPassPointeeByValueCopySize(const DataLayout &DL) const;
/external/llvm-project/llvm/lib/IR/
DMangler.cpp104 AI->getPassPointeeByValueCopySize(DL) : in addByteCountSuffix()
DFunction.cpp173 uint64_t Argument::getPassPointeeByValueCopySize(const DataLayout &DL) const { in getPassPointeeByValueCopySize() function in Argument