Searched refs:Realign (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/CodeGen/ |
D | ABIInfo.h | 117 bool Realign = false, 121 getNaturalAlignIndirectInReg(QualType Ty, bool Realign = false) const;
|
D | TargetInfo.cpp | 78 ABIInfo::getNaturalAlignIndirect(QualType Ty, bool ByRef, bool Realign, in getNaturalAlignIndirect() argument 81 ByRef, Realign, Padding); in getNaturalAlignIndirect() 85 ABIInfo::getNaturalAlignIndirectInReg(QualType Ty, bool Realign) const { in getNaturalAlignIndirectInReg() 87 /*ByRef*/ false, Realign); in getNaturalAlignIndirectInReg() 1380 bool Realign = TypeAlign > StackAlign; in getIndirectResult() local 1382 /*ByVal=*/true, Realign); in getIndirectResult()
|
/external/clang/include/clang/CodeGen/ |
D | CGFunctionInfo.h | 152 bool Realign = false, 157 AI.setIndirectRealign(Realign); 163 bool Realign = false) { 164 auto AI = getIndirect(Alignment, ByVal, Realign);
|
/external/libmojo/mojo/edk/system/ |
D | channel.cc | 447 void Realign() { in Realign() function in mojo::edk::Channel::ReadBuffer 500 read_buffer_->Realign(); in OnReadComplete()
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 693 StringMap<unsigned> &Realign) { in getModuleForFile() argument 769 Realign[Sym.name] = Align; in getModuleForFile() 1145 StringMap<unsigned> Realign; in linkInModule() local 1147 Internalize, Keep, Realign); in linkInModule() 1170 for (const auto &I : Realign) { in linkInModule()
|
/external/bison/ |
D | ChangeLog-2012 | 2526 * src/getargs.c (usage): Document -F/--force-define. Realign
|