HomeSort by relevance Sort by last modified time
    Searched defs:VTTComponents (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGVTT.cpp 60 SmallVector<llvm::Constant *, 8> VTTComponents;
87 VTTComponents.push_back(Init);
90 llvm::Constant *Init = llvm::ConstantArray::get(ArrayType, VTTComponents);
  /external/clang/include/clang/AST/
VTTBuilder.h 82 VTTComponentsVectorTy VTTComponents;
139 return VTTComponents;

Completed in 7358 milliseconds