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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 39 if (MAI->hasLEB128()) {
64 if (MAI->hasLEB128() && PadTo == 0) {
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXMCAsmStreamer.cpp 390 assert(MAI.hasLEB128() && "Cannot print a .uleb");
396 assert(MAI.hasLEB128() && "Cannot print a .sleb");
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAsmInfo.h 308 /// HasLEB128 - True if target asm supports leb128 directives.
309 bool HasLEB128; // Defaults to false.
539 bool hasLEB128() const {
540 return HasLEB128;
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAsmStreamer.cpp 639 assert(MAI.hasLEB128() && "Cannot print a .uleb");
650 assert(MAI.hasLEB128() && "Cannot print a .sleb");
    [all...]

Completed in 423 milliseconds