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

  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 116 /// GetSizeOfEncodedValue - Return the size of the encoding in bytes.
117 unsigned AsmPrinter::GetSizeOfEncodedValue(unsigned Encoding) const {
143 OutStreamer->EmitValue(Exp, GetSizeOfEncodedValue(Encoding));
145 OutStreamer->EmitIntValue(0, GetSizeOfEncodedValue(Encoding));
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 140 /// GetSizeOfEncodedValue - Return the size of the encoding in bytes.
141 unsigned AsmPrinter::GetSizeOfEncodedValue(unsigned Encoding) const {
159 OutStreamer.EmitAbsValue(Exp, GetSizeOfEncodedValue(Encoding));
167 OutStreamer.EmitValue(Exp, GetSizeOfEncodedValue(Encoding), /*addrspace*/0);

Completed in 160 milliseconds