Home
last modified time | relevance | path

Searched refs:getLongAlign (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/Targets/
DNVPTX.cpp125 LongAlign = HostTarget->getLongAlign(); in NVPTXTargetInfo()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
DTargetInfo.cpp319 case UnsignedLong: return getLongAlign(); in getTypeAlign()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DTargetInfo.h457 unsigned getLongAlign() const { return LongAlign; } in getLongAlign() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTContext.cpp2055 Align = Target->getLongAlign(); in getTypeInfoImpl()