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

  /frameworks/compile/mclinker/include/mcld/Fragment/
AlignFragment.h 31 unsigned int getValueSize() const { return m_ValueSize; }
FillFragment.h 31 unsigned getValueSize() const { return m_ValueSize; }
  /external/llvm/lib/MC/
MCAssembler.cpp 589 assert(AF.getValueSize() && "Invalid virtual align in concrete fragment!");
591 uint64_t Count = FragmentSize / AF.getValueSize();
596 if (Count * AF.getValueSize() != FragmentSize)
598 Twine(AF.getValueSize()) +
615 switch (AF.getValueSize()) {
645 assert(FF.getValueSize() && "Invalid virtual align in concrete fragment!");
647 for (uint64_t i = 0, e = FF.getSize() / FF.getValueSize(); i != e; ++i) {
648 switch (FF.getValueSize()) {
717 assert((cast<MCAlignFragment>(it)->getValueSize() == 0 ||
722 assert((cast<MCFillFragment>(it)->getValueSize() == 0 |
    [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 617 uint64_t count = size / align_frag.getValueSize();
618 switch (align_frag.getValueSize()) {
633 0 == fill_frag.getValueSize() ||
639 uint64_t num_tiles = fill_frag.size() / fill_frag.getValueSize();
643 fill_frag.getValueSize());
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 333 if (0 == fill_frag.getValueSize()) {
350 uint64_t count = size / align_frag.getValueSize();
351 switch (align_frag.getValueSize()) {
  /external/llvm/include/llvm/MC/
MCAssembler.h 371 unsigned getValueSize() const { return ValueSize; }
412 unsigned getValueSize() const { return ValueSize; }
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 190 if (0 == fill_frag.getValueSize()) {
206 uint64_t count = size / align_frag.getValueSize();
207 switch (align_frag.getValueSize()) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 1560 milliseconds