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

  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 108 /// GetSizeOfEncodedValue - Return the size of the encoding in bytes.
109 unsigned AsmPrinter::GetSizeOfEncodedValue(unsigned Encoding) const {
127 OutStreamer.EmitAbsValue(Exp, GetSizeOfEncodedValue(Encoding));
135 OutStreamer.EmitValue(Exp, GetSizeOfEncodedValue(Encoding), /*addrspace*/0);
DwarfException.cpp 450 TypeFormatSize = Asm->GetSizeOfEncodedValue(TTypeEncoding);
690 Asm->OutStreamer.EmitIntValue(0,Asm->GetSizeOfEncodedValue(TTypeEncoding),
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 377 /// GetSizeOfEncodedValue - Return the size of the encoding in bytes.
378 unsigned GetSizeOfEncodedValue(unsigned Encoding) const;

Completed in 41 milliseconds