Searched defs:GetSizeOfEncodedValue (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp124 /// GetSizeOfEncodedValue - Return the size of the encoding in bytes.
125 unsigned AsmPrinter::GetSizeOfEncodedValue(unsigned Encoding) const { function in class:AsmPrinter
150 OutStreamer.EmitValue(Exp, GetSizeOfEncodedValue(Encoding));
152 OutStreamer.EmitIntValue(0, GetSizeOfEncodedValue(Encoding));

Completed in 93 milliseconds