OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:byrefInfo
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.cpp
1259
auto &
byrefInfo
= getBlockByrefInfo(variable);
1260
addr = Address(Builder.CreateLoad(addr),
byrefInfo
.ByrefAlignment);
1262
auto byrefPointerType = llvm::PointerType::get(
byrefInfo
.Type, 0);
1265
addr = emitBlockByrefAddress(addr,
byrefInfo
, /*follow*/ true,
2374
generateByrefCopyHelper(CodeGenFunction &CGF, const BlockByrefInfo &
byrefInfo
,
2415
llvm::Type *byrefPtrType =
byrefInfo
.Type->getPointerTo(0);
2420
byrefInfo
.ByrefAlignment);
2422
destField = CGF.emitBlockByrefAddress(destField,
byrefInfo
, false,
2428
byrefInfo
.ByrefAlignment);
2430
srcField = CGF.emitBlockByrefAddress(srcField,
byrefInfo
, false
[
all
...]
CGDecl.cpp
1513
auto &
byrefInfo
= getBlockByrefInfo(&D);
1514
allocaTy =
byrefInfo
.Type;
1515
allocaAlignment =
byrefInfo
.ByrefAlignment;
Completed in 24 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026