HomeSort by relevance Sort by last modified time
    Searched refs:GetSizeOfEncodedValue (Results 1 - 8 of 8) 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));
EHStreamer.cpp 430 TypeFormatSize = Asm->GetSizeOfEncodedValue(TTypeEncoding);
  /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);
DwarfException.cpp 449 TypeFormatSize = Asm->GetSizeOfEncodedValue(TTypeEncoding);
694 Asm->OutStreamer.EmitIntValue(0,Asm->GetSizeOfEncodedValue(TTypeEncoding),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 120 /// GetSizeOfEncodedValue - Return the size of the encoding in bytes.
121 unsigned AsmPrinter::GetSizeOfEncodedValue(unsigned Encoding) const {
146 OutStreamer->EmitValue(Exp, GetSizeOfEncodedValue(Encoding));
148 OutStreamer->EmitIntValue(0, GetSizeOfEncodedValue(Encoding));
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
AsmPrinter.h 369 /// GetSizeOfEncodedValue - Return the size of the encoding in bytes.
370 unsigned GetSizeOfEncodedValue(unsigned Encoding) const;
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 421 unsigned GetSizeOfEncodedValue(unsigned Encoding) const;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
AsmPrinter.h 515 unsigned GetSizeOfEncodedValue(unsigned Encoding) const;

Completed in 255 milliseconds