Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DType.cpp373 bool isPacked) { in get()
411 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { in setBody()
486 StructType *StructType::get(LLVMContext &Context, bool isPacked) { in get()
491 StringRef Name, bool isPacked) { in create()
506 bool isPacked) { in create()
DLLVMContextImpl.h78 bool isPacked; member
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeUDT.cpp190 bool NativeTypeUDT::isPacked() const { in isPacked() function in NativeTypeUDT
DNativeTypeEnum.cpp326 bool NativeTypeEnum::isPacked() const { in isPacked() function in NativeTypeEnum
DNativeRawSymbol.cpp632 bool NativeRawSymbol::isPacked() const { in isPacked() function in NativeRawSymbol
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h404 static bool isPacked(const MachineInstr &MI) { in isPacked() function
408 bool isPacked(uint16_t Opcode) const { in isPacked() function
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DDerivedTypes.h272 bool isPacked() const { return (getSubclassData() & SCDB_Packed) != 0; } in isPacked() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp1165 bool DIARawSymbol::isPacked() const { in isPacked() function in DIARawSymbol
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlan.h1429 bool isPacked() const { return AlsoPack; } in isPacked() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DRecordLayoutBuilder.cpp2221 unsigned UnpackedAlign, bool isPacked, const FieldDecl *D) { in CheckFieldPadding()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
DLLParser.cpp2627 bool isPacked = EatIfPresent(lltok::less); in parseStructDefinition() local