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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.cpp 1265 addr = emitBlockByrefAddress(addr, byrefInfo, /*follow*/ true,
2422 destField = CGF.emitBlockByrefAddress(destField, byrefInfo, false,
2430 srcField = CGF.emitBlockByrefAddress(srcField, byrefInfo, false,
2494 addr = CGF.emitBlockByrefAddress(addr, byrefInfo, false, "object");
2625 Address CodeGenFunction::emitBlockByrefAddress(Address baseAddr,
2629 return emitBlockByrefAddress(baseAddr, info, followForward, var->getName());
2632 Address CodeGenFunction::emitBlockByrefAddress(Address baseAddr,
CGDecl.cpp 734 lvalue.setAddress(CGF.emitBlockByrefAddress(lvalue.getAddress(CGF), var));
793 tempLV.setAddress(emitBlockByrefAddress(tempLV.getAddress(*this),
1857 Loc = emitBlockByrefAddress(Loc, &D, /*follow=*/false);
CodeGenFunction.h 2125 Address emitBlockByrefAddress(Address baseAddr, const VarDecl *V,
2127 Address emitBlockByrefAddress(Address baseAddr,
3063 return CGF.emitBlockByrefAddress(Addr, Variable, /*forward*/ false);
CGExpr.cpp 2809 addr = emitBlockByrefAddress(addr, VD);

Completed in 60 milliseconds