Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp141 unsigned AsmPrinter::GetSizeOfEncodedValue(unsigned Encoding) const { in GetSizeOfEncodedValue() function in AsmPrinter
159 OutStreamer.EmitAbsValue(Exp, GetSizeOfEncodedValue(Encoding)); in EmitReference()
167 OutStreamer.EmitValue(Exp, GetSizeOfEncodedValue(Encoding), /*addrspace*/0); in EmitReference()
DDwarfException.cpp449 TypeFormatSize = Asm->GetSizeOfEncodedValue(TTypeEncoding); in EmitExceptionTable()
694 Asm->OutStreamer.EmitIntValue(0,Asm->GetSizeOfEncodedValue(TTypeEncoding), in EmitExceptionTable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp121 unsigned AsmPrinter::GetSizeOfEncodedValue(unsigned Encoding) const { in GetSizeOfEncodedValue() function in AsmPrinter
146 OutStreamer->EmitValue(Exp, GetSizeOfEncodedValue(Encoding)); in EmitTTypeReference()
148 OutStreamer->EmitIntValue(0, GetSizeOfEncodedValue(Encoding)); in EmitTTypeReference()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp117 unsigned AsmPrinter::GetSizeOfEncodedValue(unsigned Encoding) const { in GetSizeOfEncodedValue() function in AsmPrinter
143 OutStreamer->EmitValue(Exp, GetSizeOfEncodedValue(Encoding)); in EmitTTypeReference()
145 OutStreamer->EmitIntValue(0, GetSizeOfEncodedValue(Encoding)); in EmitTTypeReference()
DEHStreamer.cpp430 TypeFormatSize = Asm->GetSizeOfEncodedValue(TTypeEncoding); in emitExceptionTable()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DAsmPrinter.h370 unsigned GetSizeOfEncodedValue(unsigned Encoding) const;
/external/llvm/include/llvm/CodeGen/
DAsmPrinter.h421 unsigned GetSizeOfEncodedValue(unsigned Encoding) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h515 unsigned GetSizeOfEncodedValue(unsigned Encoding) const;