OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Jun 08 00:24:58 UTC 2026