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 309 /// HasLEB128 - True if target asm supports leb128 directives.
310 bool HasLEB128; // Defaults to false.
539 bool hasLEB128() const {
540 return HasLEB128;
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 711 assert(MAI.hasLEB128() && "Cannot print a .uleb");
722 assert(MAI.hasLEB128() && "Cannot print a .sleb");
    [all...]

Completed in 38 milliseconds