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 106 /// getTBAAStructInfo - Get the TBAAStruct MDNode to be used for a memcpy of
108 llvm::MDNode *getTBAAStructInfo(QualType QTy);
CodeGenTBAA.cpp 216 CodeGenTBAA::getTBAAStructInfo(QualType QTy) {
CodeGenModule.h 641 llvm::MDNode *getTBAAStructInfo(QualType QTy);
    [all...]
CGExprAgg.cpp     [all...]
CodeGenModule.cpp 525 llvm::MDNode *CodeGenModule::getTBAAStructInfo(QualType QTy) {
528 return TBAA->getTBAAStructInfo(QTy);
    [all...]

Completed in 117 milliseconds