Searched defs:isPacked (Results 1 - 9 of 9) sorted by path

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2033 CheckFieldPadding( uint64_t Offset, uint64_t UnpaddedOffset, uint64_t UnpackedOffset, unsigned UnpackedAlign, bool isPacked, const FieldDecl *D) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h298 bool isPacked() const { return (getSubclassData() & SCDB_Packed) != 0; } function in class:llvm::StructType
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1165 bool DIARawSymbol::isPacked() const { function in class:DIARawSymbol
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp632 bool NativeRawSymbol::isPacked() const { function in class:NativeRawSymbol
H A DNativeTypeEnum.cpp326 bool NativeTypeEnum::isPacked() const { function in class:NativeTypeEnum
H A DNativeTypeUDT.cpp190 bool NativeTypeUDT::isPacked() const { function in class:NativeTypeUDT
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h100 bool isPacked; member in struct:llvm::AnonStructTypeKeyInfo::KeyTy
H A DType.cpp373 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { argument
448 StructType *StructType::get(LLVMContext &Context, bool isPacked) { argument
346 get(LLVMContext &Context, ArrayRef<Type*> ETypes, bool isPacked) argument
452 create(LLVMContext &Context, ArrayRef<Type*> Elements, StringRef Name, bool isPacked) argument
467 create(ArrayRef<Type*> Elements, StringRef Name, bool isPacked) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h397 static bool isPacked(const MachineInstr &MI) { function in class:llvm::final
401 bool isPacked(uint16_t Opcode) const { function in class:llvm::final

Completed in 348 milliseconds