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

  /external/llvm/include/llvm/MC/
MCAsmInfo.h 301 /// HasLEB128 - True if target asm supports leb128 directives.
302 bool HasLEB128; // Defaults to false.
520 bool hasLEB128() const {
521 return HasLEB128;
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 674 assert(MAI.hasLEB128() && "Cannot print a .uleb");
685 assert(MAI.hasLEB128() && "Cannot print a .sleb");
    [all...]

Completed in 41 milliseconds