Searched defs:CommonAlign (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp471 uint32_t CommonAlign = 1; local
482 CommonAlign = Align;
488 RWDataAlign = std::max(RWDataAlign, CommonAlign);
574 uint32_t CommonAlign = CommonSymbols.begin()->getAlignment(); local
604 uint8_t *Addr = MemMgr.allocateDataSection(CommonSize, CommonAlign, SectionID,
/external/llvm/tools/gold/
H A Dgold-plugin.cpp110 unsigned CommonAlign = 0; member in struct:__anon13617::ResolutionInfo
762 std::max(Res.CommonAlign, Align));
767 if (Align > Res.CommonAlign)
773 Res.CommonAlign = std::max(Res.CommonAlign, Align);
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCAssembler.h540 /// CommonAlign - The alignment of the symbol, if it is 'common'.
543 unsigned CommonAlign; member in class:llvm::MCSymbolData
588 CommonAlign = Align;
609 return CommonAlign;

Completed in 264 milliseconds