Searched refs:IsUnaligned (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVType.h | 41 IsUnaligned, enumerator 93 KIND(LVTypeKind, IsUnaligned);
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Mangle.h | 266 bool IsUnaligned, uint32_t NumEntries,
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/ |
| H A D | PPC.cpp | 540 bool IsUnaligned = (BuiltinID == PPC::BI__builtin_altivec_vinsw || in EmitPPCBuiltinExpr() local 554 if (IsUnaligned) in EmitPPCBuiltinExpr() 563 std::string RangeErrMsg = IsUnaligned ? "byte" : "element"; in EmitPPCBuiltinExpr() 573 if (!IsUnaligned) { in EmitPPCBuiltinExpr()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVType.cpp | 105 {LVTypeKind::IsUnaligned, &LVType::getIsUnaligned},
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | MicrosoftCXXABI.cpp | 3923 bool &IsUnaligned) { in decomposeTypeForEH() argument 3933 IsUnaligned = false; in decomposeTypeForEH() 3938 IsUnaligned = PointeeType.getQualifiers().hasUnaligned(); in decomposeTypeForEH() 3962 bool IsConst, IsVolatile, IsUnaligned; in getAddrOfCXXCatchHandlerType() local 3964 decomposeTypeForEH(getContext(), Type, IsConst, IsVolatile, IsUnaligned); in getAddrOfCXXCatchHandlerType() 3973 if (IsUnaligned) in getAddrOfCXXCatchHandlerType() 4379 bool IsConst, IsVolatile, IsUnaligned; in getThrowInfo() local 4380 T = decomposeTypeForEH(getContext(), T, IsConst, IsVolatile, IsUnaligned); in getThrowInfo() 4396 getMangleContext().mangleCXXThrowInfo(T, IsConst, IsVolatile, IsUnaligned, in getThrowInfo() 4413 if (IsUnaligned) in getThrowInfo()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | MicrosoftMangle.cpp | 176 bool IsUnaligned, uint32_t NumEntries, 3994 bool IsUnaligned, in mangleCXXThrowInfo() argument 4004 if (IsUnaligned) in mangleCXXThrowInfo()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 2794 auto IsUnaligned = [&](OverloadCandidate &C) { return !IsAligned(C); }; in resolveAllocationOverloadInterior() local 2806 R.getNameLoc(), IsUnaligned); in resolveAllocationOverloadInterior()
|