Searched defs:isPacked (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DDerivedTypes.h241 bool isPacked() const { return (getSubclassData() & SCDB_Packed) != 0; } function in class:llvm::StructType
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DLLVMContextImpl.h100 bool isPacked; member in struct:llvm::AnonStructTypeKeyInfo::KeyTy
H A DType.cpp426 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { argument
501 StructType *StructType::get(LLVMContext &Context, bool isPacked) { argument
405 get(LLVMContext &Context, ArrayRef<Type*> ETypes, bool isPacked) argument
518 create(LLVMContext &Context, ArrayRef<Type*> Elements, StringRef Name, bool isPacked) argument
533 create(ArrayRef<Type*> Elements, StringRef Name, bool isPacked) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1821 CheckFieldPadding(uint64_t Offset, uint64_t UnpaddedOffset, uint64_t UnpackedOffset, unsigned UnpackedAlign, bool isPacked, const FieldDecl *D) argument

Completed in 116 milliseconds