Home
last modified time | relevance | path

Searched refs:hasLEB128 (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
DMCAsmInfo.h539 bool hasLEB128() const { in hasLEB128() function
/external/llvm/lib/MC/
DMCAsmStreamer.cpp711 assert(MAI.hasLEB128() && "Cannot print a .uleb"); in EmitULEB128Value()
722 assert(MAI.hasLEB128() && "Cannot print a .sleb"); in EmitSLEB128Value()