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

  /external/llvm/lib/MC/
MCAssembler.cpp 397 uint64_t Count = FragmentSize / AF.getValueSize();
399 assert(AF.getValueSize() && "Invalid virtual align in concrete fragment!");
404 if (Count * AF.getValueSize() != FragmentSize)
406 Twine(AF.getValueSize()) +
423 switch (AF.getValueSize()) {
445 assert(FF.getValueSize() && "Invalid virtual align in concrete fragment!");
447 for (uint64_t i = 0, e = FF.getSize() / FF.getValueSize(); i != e; ++i) {
448 switch (FF.getValueSize()) {
523 assert((!cast<MCAlignFragment>(it)->getValueSize() ||
528 assert(!cast<MCFillFragment>(it)->getValueSize() &
    [all...]
  /external/llvm/include/llvm/MC/
MCAssembler.h 250 unsigned getValueSize() const { return ValueSize; }
290 unsigned getValueSize() const { return ValueSize; }

Completed in 3496 milliseconds