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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp190 bool NativeTypeUDT::isPacked() const { function in class:NativeTypeUDT
H A DNativeTypeEnum.cpp326 bool NativeTypeEnum::isPacked() const { function in class:NativeTypeEnum
H A DNativeRawSymbol.cpp632 bool NativeRawSymbol::isPacked() const { function in class:NativeRawSymbol
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h276 bool isPacked() const { return (getSubclassData() & SCDB_Packed) != 0; } function in class:llvm::StructType
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp383 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { argument
458 StructType *StructType::get(LLVMContext &Context, bool isPacked) { argument
356 get(LLVMContext &Context, ArrayRef<Type*> ETypes, bool isPacked) argument
462 create(LLVMContext &Context, ArrayRef<Type*> Elements, StringRef Name, bool isPacked) argument
477 create(ArrayRef<Type*> Elements, StringRef Name, bool isPacked) argument
[all...]
H A DLLVMContextImpl.h98 bool isPacked; member in struct:llvm::AnonStructTypeKeyInfo::KeyTy
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h403 static bool isPacked(const MachineInstr &MI) { function in class:llvm::final
407 bool isPacked(uint16_t Opcode) const { function in class:llvm::final
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1165 bool DIARawSymbol::isPacked() const { function in class:DIARawSymbol
/freebsd-13-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

Completed in 202 milliseconds