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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGVTables.cpp 675 CGM.getItaniumVTableContext().isRelativeLayout();
878 bool UsingRelativeLayout = getItaniumVTableContext().isRelativeLayout();
936 assert(getItaniumVTableContext().isRelativeLayout() &&
ItaniumCXXABI.cpp 747 if (CGM.getItaniumVTableContext().isRelativeLayout()) {
1036 if (CGM.getItaniumVTableContext().isRelativeLayout()) {
1458 if (CGM.getItaniumVTableContext().isRelativeLayout()) {
1531 if (CGM.getItaniumVTableContext().isRelativeLayout()) {
1583 if (CGM.getItaniumVTableContext().isRelativeLayout()) {
1793 if (VTContext.isRelativeLayout() && !VTable->isDSOLocal())
1908 unsigned PAlign = CGM.getItaniumVTableContext().isRelativeLayout()
1959 if (CGM.getItaniumVTableContext().isRelativeLayout()) {
2112 if (CGF.CGM.getItaniumVTableContext().isRelativeLayout()) {
3565 if (CGM.getItaniumVTableContext().isRelativeLayout())
    [all...]
CGClass.cpp 259 CGF.CGM.getItaniumVTableContext().isRelativeLayout())
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
VTableBuilder.h 437 bool isRelativeLayout() const { return ComponentLayout == Relative; }
  /src/external/apache2/llvm/dist/clang/lib/AST/
VTableBuilder.cpp 672 VTables.isRelativeLayout() ? 32

Completed in 35 milliseconds