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 | 40 IsUnaligned, enumerator 89 KIND(LVTypeKind, IsUnaligned);
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Mangle.h | 263 bool IsUnaligned, uint32_t NumEntries,
|
/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 | 3931 bool &IsUnaligned) { in decomposeTypeForEH() argument 3941 IsUnaligned = false; in decomposeTypeForEH() 3946 IsUnaligned = PointeeType.getQualifiers().hasUnaligned(); in decomposeTypeForEH() 3969 bool IsConst, IsVolatile, IsUnaligned; in getAddrOfCXXCatchHandlerType() local 3971 decomposeTypeForEH(getContext(), Type, IsConst, IsVolatile, IsUnaligned); in getAddrOfCXXCatchHandlerType() 3980 if (IsUnaligned) in getAddrOfCXXCatchHandlerType() 4387 bool IsConst, IsVolatile, IsUnaligned; in getThrowInfo() local 4388 T = decomposeTypeForEH(getContext(), T, IsConst, IsVolatile, IsUnaligned); in getThrowInfo() 4404 getMangleContext().mangleCXXThrowInfo(T, IsConst, IsVolatile, IsUnaligned, in getThrowInfo() 4421 if (IsUnaligned) in getThrowInfo()
|
H A D | CGBuiltin.cpp | 17297 bool IsUnaligned = (BuiltinID == PPC::BI__builtin_altivec_vinsw || in EmitPPCBuiltinExpr() local 17311 if (IsUnaligned) in EmitPPCBuiltinExpr() 17320 std::string RangeErrMsg = IsUnaligned ? "byte" : "element"; in EmitPPCBuiltinExpr() 17330 if (!IsUnaligned) { in EmitPPCBuiltinExpr()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | MicrosoftMangle.cpp | 178 bool IsUnaligned, uint32_t NumEntries, 3902 bool IsUnaligned, in mangleCXXThrowInfo() argument 3912 if (IsUnaligned) in mangleCXXThrowInfo()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 2651 auto IsUnaligned = [&](OverloadCandidate &C) { return !IsAligned(C); }; in resolveAllocationOverload() local 2661 R.getNameLoc(), IsUnaligned); in resolveAllocationOverload()
|