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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 759 uint32_t AlignInBytes = DTy->getAlignInBytes();
760 if (AlignInBytes > 0)
762 AlignInBytes);
988 if (uint32_t AlignInBytes = CTy->getAlignInBytes())
990 AlignInBytes);
1568 uint32_t AlignInBytes = DT->getAlignInBytes();
1606 if (AlignInBytes)
1608 AlignInBytes);
1687 if (uint32_t AlignInBytes = DT->getAlignInBytes())
1689 AlignInBytes);
    [all...]
DwarfCompileUnit.cpp 186 if (uint32_t AlignInBytes = GV->getAlignInBytes())
188 AlignInBytes);
1483 if (uint32_t AlignInBytes = DIVar->getAlignInBytes())
1485 AlignInBytes);

Completed in 24 milliseconds