OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blockInfo
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.cpp
52
const CGBlockInfo &
blockInfo
,
57
const CGBlockInfo &
blockInfo
) {
58
return CodeGenFunction(CGM).GenerateCopyHelperFunction(
blockInfo
);
63
const CGBlockInfo &
blockInfo
) {
64
return CodeGenFunction(CGM).GenerateDestroyHelperFunction(
blockInfo
);
114
const CGBlockInfo &
BlockInfo
, const LangOptions &LangOpts,
122
static std::string getBlockDescriptorName(const CGBlockInfo &
BlockInfo
,
125
Name += llvm::to_string(
BlockInfo
.BlockSize.getQuantity()) + "_";
127
if (
BlockInfo
.needsCopyDisposeHelpers()) {
132
Name += llvm::to_string(
BlockInfo
.BlockAlign.getQuantity()) + "_"
[
all
...]
CGObjCRuntime.h
316
const CodeGen::CGBlockInfo &
blockInfo
) = 0;
318
const CodeGen::CGBlockInfo &
blockInfo
) = 0;
320
const CGBlockInfo &
blockInfo
) {
CGObjCMac.cpp
1114
const CGBlockInfo &
blockInfo
) override;
1116
const CGBlockInfo &
blockInfo
) override;
1118
const CGBlockInfo &
blockInfo
) override;
1124
void fillRunSkipBlockVars(CodeGenModule &CGM, const CGBlockInfo &
blockInfo
);
2379
void visitBlock(const CGBlockInfo &
blockInfo
);
2400
const CGBlockInfo &
blockInfo
) {
2406
IvarLayoutBuilder builder(CGM, CharUnits::Zero(),
blockInfo
.BlockSize,
2409
builder.visitBlock(
blockInfo
);
2424
void IvarLayoutBuilder::visitBlock(const CGBlockInfo &
blockInfo
) {
2429
const BlockDecl *blockDecl =
blockInfo
.getBlockDecl()
[
all
...]
CGDebugInfo.h
471
const CGBlockInfo &
blockInfo
, llvm::Instruction *InsertPoint = nullptr);
CGDebugInfo.cpp
4470
const CGBlockInfo &
blockInfo
, llvm::Instruction *InsertPoint) {
4503
target.getStructLayout(
blockInfo
.StructureType)
4504
->getElementOffset(
blockInfo
.getCapture(VD).getIndex()));
CGObjCGNU.cpp
657
const CGBlockInfo &
blockInfo
) override {
661
const CGBlockInfo &
blockInfo
) override {
CodeGenFunction.h
571
const CodeGen::CGBlockInfo *
BlockInfo
= nullptr;
2083
llvm::Constant *GenerateCopyHelperFunction(const CGBlockInfo &
blockInfo
);
2084
llvm::Constant *GenerateDestroyHelperFunction(const CGBlockInfo &
blockInfo
);
Completed in 49 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026