reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/Attributes.h
  834   AttrBuilder &addByValAttr(Type *Ty);

References

lib/AsmParser/LLParser.cpp
 1617       B.addByValAttr(Ty);
lib/Bitcode/Reader/BitcodeReader.cpp
 1616             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));