Home
last modified time | relevance | path

Searched refs:GetSizeOfEncodedValue (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp109 unsigned AsmPrinter::GetSizeOfEncodedValue(unsigned Encoding) const { in GetSizeOfEncodedValue() function in AsmPrinter
129 OutStreamer.EmitValue(Exp, GetSizeOfEncodedValue(Encoding)); in EmitTTypeReference()
131 OutStreamer.EmitIntValue(0, GetSizeOfEncodedValue(Encoding)); in EmitTTypeReference()
DDwarfException.cpp449 TypeFormatSize = Asm->GetSizeOfEncodedValue(TTypeEncoding); in EmitExceptionTable()
/external/llvm/include/llvm/CodeGen/
DAsmPrinter.h386 unsigned GetSizeOfEncodedValue(unsigned Encoding) const;