/freebsd-src/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
H A D | stack_trace_compressor.cpp | 69 size_t pack(const uintptr_t *Unpacked, size_t UnpackedSize, uint8_t *Packed, in pack() 87 size_t unpack(const uint8_t *Packed, size_t PackedSize, uintptr_t *Unpacked, in unpack()
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stack_store.h | 97 Packed, enumerator
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | AddressSanitizer.h | 59 const int32_t Packed; member
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGRecordLayoutBuilder.cpp | 223 bool Packed : 1; global() member 231 CGRecordLowering(CodeGenTypes & Types,const RecordDecl * D,bool Packed) CGRecordLowering() argument [all...] |
H A D | CGExprConstant.cpp | 461 bool Packed = false; buildFrom() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/CodeGen/ |
H A D | ConstantInitBuilder.h | 105 bool Packed = false; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 208 Packed = 0x0001, global() enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 765 LLVMStructTypeInContext(LLVMContextRef C,LLVMTypeRef * ElementTypes,unsigned ElementCount,LLVMBool Packed) LLVMStructTypeInContext() argument 771 LLVMStructType(LLVMTypeRef * ElementTypes,unsigned ElementCount,LLVMBool Packed) LLVMStructType() argument 790 LLVMStructSetBody(LLVMTypeRef StructTy,LLVMTypeRef * ElementTypes,unsigned ElementCount,LLVMBool Packed) LLVMStructSetBody() argument 1563 LLVMConstStructInContext(LLVMContextRef C,LLVMValueRef * ConstantVals,unsigned Count,LLVMBool Packed) LLVMConstStructInContext() argument 1570 LLVMConstStruct(LLVMValueRef * ConstantVals,unsigned Count,LLVMBool Packed) LLVMConstStruct() argument [all...] |
H A D | Constants.cpp | 1276 getTypeForElements(LLVMContext & Context,ArrayRef<Constant * > V,bool Packed) getTypeForElements() argument 1287 getTypeForElements(ArrayRef<Constant * > V,bool Packed) getTypeForElements() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelDAGToDAG.cpp | 549 if (SDNode *Packed = packConstantV2I16(N, *CurDAG)) { Select() local 3099 MachineSDNode *Packed = buildRegSequence16() local
|
H A D | SIISelLowering.cpp | 14844 bool Packed = !Subtarget->hasUnpackedD16VMem(); AddIMGInit() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | RecordLayoutBuilder.cpp | 612 unsigned Packed : 1; global() member in __anon84cdfbc70111::ItaniumRecordLayoutBuilder [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 907 bool Packed = [&] { finish() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | AddressSanitizer.cpp | 614 ASanAccessInfo(int32_t Packed) ASanAccessInfo() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 3130 parseAnonStructType(Type * & Result,bool Packed) parseAnonStructType() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 497 enum Mode : unsigned char { Native, Natural, Packed, Mac68k }; global() enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 6378 OMP_STRUCT_TYPE(VarName,StructName,Packed,...) initializeTypes() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 20239 bool Packed = Enum->hasAttr<PackedAttr>(); ActOnEnumBody() local
|