reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
834 AttrBuilder &addByValAttr(Type *Ty);
1617 B.addByValAttr(Ty);
lib/Bitcode/Reader/BitcodeReader.cpp1616 B.addByValAttr(nullptr); 1659 B.addByValAttr(HasType ? getTypeByID(Record[++i]) : nullptr);lib/Transforms/InstCombine/InstCombineCalls.cpp
4579 AB.addByValAttr(NewArg->getType()->getPointerElementType());
lib/Transforms/Utils/CallPromotionUtils.cpp 420 ArgAttrs.addByValAttr(
tools/clang/lib/CodeGen/CGBuiltin.cpp 3773 B.addByValAttr(NDRangeL.getAddress().getElementType());
tools/clang/lib/CodeGen/CGCall.cpp 2061 Attrs.addByValAttr(getTypes().ConvertTypeForMem(ParamType));