OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCharAlign
(Results
1 - 6
of
6
) sorted by null
/external/clang/lib/AST/
RecordLayoutBuilder.cpp
[
all
...]
ASTContext.cpp
817
Align = Target.
getCharAlign
();
[
all
...]
/external/clang/include/clang/Basic/
TargetInfo.h
177
unsigned
getCharAlign
() const { return 8; } // FIXME
/external/clang/lib/CodeGen/
CGObjCRuntime.cpp
121
uint64_t ContainingTypeAlign = CGF.CGM.getContext().Target.
getCharAlign
();
CGRecordLayoutBuilder.cpp
374
unsigned charAlign = Types.getContext().Target.
getCharAlign
();
505
Types.getContext().Target.
getCharAlign
()));
[
all
...]
CGExprConstant.cpp
141
Context.Target.
getCharAlign
()));
[
all
...]
Completed in 176 milliseconds