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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
IRSymtab.h 119 Word CommonSize, CommonAlign;
169 uint32_t CommonSize, CommonAlign;
213 return CommonAlign;
307 CommonAlign = UncI->CommonAlign;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 203 uint32_t CommonAlign = 0;
276 if (!CommonAlign)
277 CommonAlign = Align;
338 CommonAlign))
530 uint32_t CommonAlign = 1;
541 CommonAlign = Align;
547 RWDataAlign = std::max(RWDataAlign, CommonAlign);
652 uint32_t CommonAlign) {
658 uint8_t *Addr = MemMgr.allocateDataSection(CommonSize, CommonAlign, SectionID,
    [all...]
RuntimeDyldImpl.h 389 uint32_t CommonAlign);
  /external/swiftshader/third_party/LLVM/lib/MC/
WinCOFFStreamer.cpp 221 SD.CommonAlign = RealSD.CommonAlign;
MCAssembler.cpp 188 CommonSize(0), SymbolSize(0), CommonAlign(0),
  /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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
IRSymtab.cpp 254 Uncommon().CommonAlign = GV->getAlignment();

Completed in 396 milliseconds