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

Declarations

include/llvm/IR/DerivedTypes.h
  324   void setBody(ArrayRef<Type*> Elements, bool isPacked = false);

References

include/llvm/IR/DerivedTypes.h
  331     setBody(StructFields);
lib/AsmParser/LLParser.cpp
 2733   STy->setBody(Body, isPacked);
lib/Bitcode/Reader/BitcodeReader.cpp
 1867       Res->setBody(EltTys, Record[0]);
lib/CodeGen/ShadowStackGCLowering.cpp
  202   StackEntryTy->setBody(EltTys);
lib/IR/Core.cpp
  698   unwrap<StructType>(StructTy)->setBody(Tys, Packed != 0);
lib/IR/Type.cpp
  363     ST->setBody(ETypes, isPacked);
  455   ST->setBody(Elements, isPacked);
lib/Linker/IRMover.cpp
  207     DstSTy->setBody(Elements, SrcSTy->isPacked());
  216   DTy->setBody(ETypes, STy->isPacked());
lib/Target/X86/X86WinEHState.cpp
  222   EHLinkRegistrationTy->setBody(FieldTys, false);
lib/Transforms/Coroutines/CoroEarly.cpp
  119     FrameTy->setBody({FnPtrTy, FnPtrTy});
lib/Transforms/Coroutines/CoroFrame.cpp
  467   FrameTy->setBody(Types);
tools/clang/lib/CodeGen/CGBlocks.cpp
 2803   byrefType->setBody(types, packed);
tools/clang/lib/CodeGen/CGObjCGNU.cpp
 1488         emptyStruct->setBody({}, /*isPacked*/true);
tools/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
  758   Ty->setBody(Builder.FieldTypes, Builder.Packed);
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
  497     ClassHierarchyDescriptorType->setBody(FieldTypes);
  517     CompleteObjectLocatorType->setBody(FieldTypesRef);