HomeSort by relevance Sort by last modified time
    Searched refs:getTBAAStructInfo (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/CodeGen/
CodeGenTBAA.h 89 /// getTBAAStructInfo - Get the TBAAStruct MDNode to be used for a memcpy of
91 llvm::MDNode *getTBAAStructInfo(QualType QTy);
CodeGenTBAA.cpp 215 CodeGenTBAA::getTBAAStructInfo(QualType QTy) {
CodeGenModule.h 494 llvm::MDNode *getTBAAStructInfo(QualType QTy);
    [all...]
CGExprAgg.cpp     [all...]
CodeGenModule.cpp 223 llvm::MDNode *CodeGenModule::getTBAAStructInfo(QualType QTy) {
226 return TBAA->getTBAAStructInfo(QTy);
    [all...]

Completed in 1069 milliseconds