OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getClassPointerAlignment
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGVTables.cpp
92
auto ClassAlign = CGF.CGM.
getClassPointerAlignment
(ClassDecl);
201
Address ThisPtr(&*AI, CGM.
getClassPointerAlignment
(MD->getParent()));
CGClass.cpp
38
CharUnits CodeGenModule::
getClassPointerAlignment
(const CXXRecordDecl *RD) {
138
CXXThisAlignment = CGM.
getClassPointerAlignment
(RD);
334
CharUnits DerivedAlign = CGM.
getClassPointerAlignment
(Derived);
456
return Address(Value, CGM.
getClassPointerAlignment
(Derived));
CodeGenModule.h
902
CharUnits
getClassPointerAlignment
(const CXXRecordDecl *CD);
ItaniumCXXABI.cpp
4551
CharUnits caughtExnAlignment = CGF.CGM.
getClassPointerAlignment
(catchRD);
CodeGenModule.cpp
6375
Alignment =
getClassPointerAlignment
(RD);
Completed in 81 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026