OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RecLayout
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGClass.cpp
921
RecLayout
(CGF.getContext().getASTRecordLayout(ClassDecl)),
1018
FirstFieldOffset =
RecLayout
.getFieldOffset(F->getFieldIndex());
1035
uint64_t FOffset =
RecLayout
.getFieldOffset(F->getFieldIndex());
1046
const ASTRecordLayout &
RecLayout
;
CGObjCMac.cpp
994
void BuildRCRecordLayout(const llvm::StructLayout *
RecLayout
,
2519
void CGObjCCommonMac::BuildRCRecordLayout(const llvm::StructLayout *
RecLayout
,
2647
const llvm::StructLayout *
RecLayout
=
2650
BuildRCRecordLayout(
RecLayout
, RD, Fields, BytePos, HasUnion, ByrefLayout);
5365
const ASTRecordLayout *
recLayout
= nullptr;
5368
if (!
recLayout
)
5369
recLayout
= &CGM.getContext().getASTRecordLayout(RD);
5370
auto offsetInBits =
recLayout
->getFieldOffset(field->getFieldIndex());
Completed in 30 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026