Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DType.cpp409 bool isPacked) { in get()
447 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { in setBody()
522 StructType *StructType::get(LLVMContext &Context, bool isPacked) { in get()
527 StringRef Name, bool isPacked) { in create()
542 bool isPacked) { in create()
H A DLLVMContextImpl.h95 bool isPacked; member
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp191 bool NativeTypeUDT::isPacked() const { in isPacked() function in NativeTypeUDT
H A DNativeTypeEnum.cpp331 bool NativeTypeEnum::isPacked() const { in isPacked() function in NativeTypeEnum
H A DNativeRawSymbol.cpp631 bool NativeRawSymbol::isPacked() const { in isPacked() function in NativeRawSymbol
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h418 static bool isPacked(const MachineInstr &MI) { in isPacked() function
422 bool isPacked(uint16_t Opcode) const { in isPacked() function
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDerivedTypes.h273 bool isPacked() const { return (getSubclassData() & SCDB_Packed) != 0; } in isPacked() function
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1165 bool DIARawSymbol::isPacked() const { in isPacked() function in DIARawSymbol
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1536 bool isPacked() const { return AlsoPack; } in isPacked() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2272 unsigned UnpackedAlign, bool isPacked, const FieldDecl *D) { in CheckFieldPadding()
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp2982 bool isPacked = EatIfPresent(lltok::less); in parseStructDefinition() local