Home
last modified time | relevance | path

Searched defs:Packed (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp223 bool Packed : 1; member
231 bool Packed) in CGRecordLowering()
H A DCGExprConstant.cpp448 bool Packed = false; in buildFrom() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DConstantInitBuilder.h105 bool Packed = false; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h203 Packed = 0x0001, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp704 unsigned ElementCount, LLVMBool Packed) { in LLVMStructTypeInContext()
710 unsigned ElementCount, LLVMBool Packed) { in LLVMStructType()
729 unsigned ElementCount, LLVMBool Packed) { in LLVMStructSetBody()
1454 unsigned Count, LLVMBool Packed) { in LLVMConstStructInContext()
1461 LLVMBool Packed) { in LLVMConstStruct()
H A DConstants.cpp1302 bool Packed) { in getTypeForElements()
1313 bool Packed) { in getTypeForElements()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DRecordLayoutBuilder.cpp612 unsigned Packed : 1; member in __anond6239b400111::ItaniumRecordLayoutBuilder
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp717 bool Packed = [&] { in finish() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp764 if (SDNode *Packed = packConstantV2I16(N, *CurDAG)) { in Select() local
H A DSIISelLowering.cpp11292 bool Packed = !Subtarget->hasUnpackedD16VMem(); in AddIMGInit() local
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c520 value llvm_struct_set_body(LLVMTypeRef Ty, value ElementTypes, value Packed) { in llvm_struct_set_body()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h490 enum Mode : unsigned char { Native, Natural, Packed, Mac68k }; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp2925 bool LLParser::parseAnonStructType(Type *&Result, bool Packed) { in parseAnonStructType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp18202 bool Packed = Enum->hasAttr<PackedAttr>(); in ActOnEnumBody() local