HomeSort by: relevance | last modified time | path
    Searched refs:getMinGlobalAlign (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
AArch64.h 183 unsigned getMinGlobalAlign(uint64_t TypeSize) const override;
NVPTX.cpp 128 MinGlobalAlign = HostTarget->getMinGlobalAlign(/* TypeSize = */ 0);
AArch64.cpp 877 unsigned MicrosoftARM64TargetInfo::getMinGlobalAlign(uint64_t TypeSize) const {
878 unsigned Align = WindowsARM64TargetInfo::getMinGlobalAlign(TypeSize);
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h 614 /// getMinGlobalAlign - Return the minimum alignment of a global variable,
616 virtual unsigned getMinGlobalAlign (uint64_t) const {
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 1762 Align = std::max(Align, getTargetInfo().getMinGlobalAlign(TypeSize));
2508 getTargetInfo().getMinGlobalAlign(TypeSize));

Completed in 24 milliseconds