Home
last modified time | relevance | path

Searched refs:CommonAlign (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp471 uint32_t CommonAlign = 1; in computeTotalAllocSize() local
482 CommonAlign = Align; in computeTotalAllocSize()
488 RWDataAlign = std::max(RWDataAlign, CommonAlign); in computeTotalAllocSize()
574 uint32_t CommonAlign = CommonSymbols.begin()->getAlignment(); in emitCommonSymbols() local
604 uint8_t *Addr = MemMgr.allocateDataSection(CommonSize, CommonAlign, SectionID, in emitCommonSymbols()
/external/swiftshader/third_party/LLVM/lib/MC/
DWinCOFFStreamer.cpp221 SD.CommonAlign = RealSD.CommonAlign; in EmitAssignment()
DMCAssembler.cpp188 CommonSize(0), SymbolSize(0), CommonAlign(0), in MCSymbolData()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAssembler.h543 unsigned CommonAlign; variable
588 CommonAlign = Align; in setCommon()
609 return CommonAlign; in getCommonAlignment()
/external/llvm/tools/gold/
Dgold-plugin.cpp110 unsigned CommonAlign = 0; member
762 std::max(Res.CommonAlign, Align)); in getModuleForFile()
767 if (Align > Res.CommonAlign) in getModuleForFile()
773 Res.CommonAlign = std::max(Res.CommonAlign, Align); in getModuleForFile()