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

  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 242 CodeGenTBAA::getTBAAStructTypeInfo(QualType QTy) {
260 FieldNode = getTBAAStructTypeInfo(FieldQTy);
303 BNode = getTBAAStructTypeInfo(BaseQTy);
CodeGenModule.cpp 448 llvm::MDNode *CodeGenModule::getTBAAStructTypeInfo(QualType QTy) {
451 return TBAA->getTBAAStructTypeInfo(QTy);
    [all...]

Completed in 157 milliseconds