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

  /external/llvm/lib/Target/PTX/
PTXMCAsmStreamer.cpp 392 assert(MAI.hasLEB128() && "Cannot print a .uleb");
398 assert(MAI.hasLEB128() && "Cannot print a .sleb");
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 308 /// HasLEB128 - True if target asm supports leb128 directives.
309 bool HasLEB128; // Defaults to false.
544 bool hasLEB128() const {
545 return HasLEB128;
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 652 assert(MAI.hasLEB128() && "Cannot print a .uleb");
663 assert(MAI.hasLEB128() && "Cannot print a .sleb");
    [all...]

Completed in 31 milliseconds