Home
last modified time | relevance | path

Searched defs:isPacked (Results 1 – 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDType.cpp347 bool isPacked) { in get()
373 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { in setBody()
448 StructType *StructType::get(LLVMContext &Context, bool isPacked) { in get()
453 StringRef Name, bool isPacked) { in create()
468 bool isPacked) { in create()
HDLLVMContextImpl.h100 bool isPacked; member
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeTypeUDT.cpp190 bool NativeTypeUDT::isPacked() const { in isPacked() function in NativeTypeUDT
HDNativeTypeEnum.cpp326 bool NativeTypeEnum::isPacked() const { in isPacked() function in NativeTypeEnum
HDNativeRawSymbol.cpp632 bool NativeRawSymbol::isPacked() const { in isPacked() function in NativeRawSymbol
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIInstrInfo.h397 static bool isPacked(const MachineInstr &MI) { in isPacked() function
401 bool isPacked(uint16_t Opcode) const { in isPacked() function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDerivedTypes.h298 bool isPacked() const { return (getSubclassData() & SCDB_Packed) != 0; } in isPacked() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
HDDIARawSymbol.cpp1165 bool DIARawSymbol::isPacked() const { in isPacked() function in DIARawSymbol
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDRecordLayoutBuilder.cpp2035 unsigned UnpackedAlign, bool isPacked, const FieldDecl *D) { in CheckFieldPadding()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
HDLLParser.cpp2709 bool isPacked = EatIfPresent(lltok::less); in ParseStructDefinition() local