Home
last modified time | relevance | path

Searched refs:IsUnaligned (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h41 IsUnaligned, enumerator
93 KIND(LVTypeKind, IsUnaligned);
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h266 bool IsUnaligned, uint32_t NumEntries,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DPPC.cpp540 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 DLVType.cpp105 {LVTypeKind::IsUnaligned, &LVType::getIsUnaligned},
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3923 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 DMicrosoftMangle.cpp176 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 DSemaExprCXX.cpp2794 auto IsUnaligned = [&](OverloadCandidate &C) { return !IsAligned(C); }; in resolveAllocationOverloadInterior() local
2806 R.getNameLoc(), IsUnaligned); in resolveAllocationOverloadInterior()