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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DDerivedTypes.h244 bool isPacked() const { return (getSubclassData() & SCDB_Packed) != 0; } function in class:llvm::StructType
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DLLVMContextImpl.h102 bool isPacked; member in struct:llvm::AnonStructTypeKeyInfo::KeyTy
H A DType.cpp443 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { argument
518 StructType *StructType::get(LLVMContext &Context, bool isPacked) { argument
422 get(LLVMContext &Context, ArrayRef<Type*> ETypes, bool isPacked) argument
535 create(LLVMContext &Context, ArrayRef<Type*> Elements, StringRef Name, bool isPacked) argument
550 create(ArrayRef<Type*> Elements, StringRef Name, bool isPacked) argument
[all...]

Completed in 233 milliseconds