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

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
IRSymtab.h 105 Word CommonSize, CommonAlign;
139 uint32_t CommonSize, CommonAlign;
176 return CommonAlign;
270 CommonAlign = Unc.CommonAlign;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
IRSymtab.h 105 Word CommonSize, CommonAlign;
139 uint32_t CommonSize, CommonAlign;
176 return CommonAlign;
270 CommonAlign = Unc.CommonAlign;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
IRSymtab.h 105 Word CommonSize, CommonAlign;
139 uint32_t CommonSize, CommonAlign;
176 return CommonAlign;
270 CommonAlign = Unc.CommonAlign;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
IRSymtab.h 105 Word CommonSize, CommonAlign;
139 uint32_t CommonSize, CommonAlign;
176 return CommonAlign;
270 CommonAlign = Unc.CommonAlign;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
IRSymtab.h 105 Word CommonSize, CommonAlign;
139 uint32_t CommonSize, CommonAlign;
176 return CommonAlign;
270 CommonAlign = Unc.CommonAlign;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
IRSymtab.h 105 Word CommonSize, CommonAlign;
139 uint32_t CommonSize, CommonAlign;
176 return CommonAlign;
270 CommonAlign = Unc.CommonAlign;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
IRSymtab.h 105 Word CommonSize, CommonAlign;
139 uint32_t CommonSize, CommonAlign;
176 return CommonAlign;
270 CommonAlign = Unc.CommonAlign;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
IRSymtab.h 105 Word CommonSize, CommonAlign;
139 uint32_t CommonSize, CommonAlign;
176 return CommonAlign;
270 CommonAlign = Unc.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...]

Completed in 615 milliseconds