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

  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
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 {

Completed in 17 milliseconds