HomeSort by relevance Sort by last modified time
    Searched defs:CommonAlign (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 471 uint32_t CommonAlign = 1;
482 CommonAlign = Align;
488 RWDataAlign = std::max(RWDataAlign, CommonAlign);
574 uint32_t CommonAlign = CommonSymbols.begin()->getAlignment();
604 uint8_t *Addr = MemMgr.allocateDataSection(CommonSize, CommonAlign, SectionID,
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAssembler.h 540 /// CommonAlign - The alignment of the symbol, if it is 'common'.
543 unsigned CommonAlign;
588 CommonAlign = Align;
609 return CommonAlign;
  /external/llvm/tools/gold/
gold-plugin.cpp 110 unsigned CommonAlign = 0;
762 std::max(Res.CommonAlign, Align));
767 if (Align > Res.CommonAlign)
773 Res.CommonAlign = std::max(Res.CommonAlign, Align);
    [all...]

Completed in 340 milliseconds