Searched refs:IsUnaligned (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVType.h | 40 IsUnaligned, enumerator 89 KIND(LVTypeKind, IsUnaligned);
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Mangle.h | 264 bool IsUnaligned, uint32_t NumEntries,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVType.cpp | 105 {LVTypeKind::IsUnaligned, &LVType::getIsUnaligned},
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | MicrosoftCXXABI.cpp | 3918 bool &IsUnaligned) { in decomposeTypeForEH() argument 3928 IsUnaligned = false; in decomposeTypeForEH() 3933 IsUnaligned = PointeeType.getQualifiers().hasUnaligned(); in decomposeTypeForEH() 3956 bool IsConst, IsVolatile, IsUnaligned; in getAddrOfCXXCatchHandlerType() local 3958 decomposeTypeForEH(getContext(), Type, IsConst, IsVolatile, IsUnaligned); in getAddrOfCXXCatchHandlerType() 3967 if (IsUnaligned) in getAddrOfCXXCatchHandlerType() 4374 bool IsConst, IsVolatile, IsUnaligned; in getThrowInfo() local 4375 T = decomposeTypeForEH(getContext(), T, IsConst, IsVolatile, IsUnaligned); in getThrowInfo() 4391 getMangleContext().mangleCXXThrowInfo(T, IsConst, IsVolatile, IsUnaligned, in getThrowInfo() 4408 if (IsUnaligned) in getThrowInfo()
|
| H A D | CGBuiltin.cpp | 16869 bool IsUnaligned = (BuiltinID == PPC::BI__builtin_altivec_vinsw || in EmitPPCBuiltinExpr() local 16883 if (IsUnaligned) in EmitPPCBuiltinExpr() 16892 std::string RangeErrMsg = IsUnaligned ? "byte" : "element"; in EmitPPCBuiltinExpr() 16902 if (!IsUnaligned) { in EmitPPCBuiltinExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | MicrosoftMangle.cpp | 176 bool IsUnaligned, uint32_t NumEntries, 3745 bool IsUnaligned, in mangleCXXThrowInfo() argument 3755 if (IsUnaligned) in mangleCXXThrowInfo()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 2622 auto IsUnaligned = [&](OverloadCandidate &C) { return !IsAligned(C); }; in resolveAllocationOverload() local 2632 R.getNameLoc(), IsUnaligned); in resolveAllocationOverload()
|