Home
last modified time | relevance | path

Searched refs:emitSigned (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.h136 virtual void emitSigned(int64_t Value) = 0;
255 void emitSigned(int64_t Value) override;
272 void emitSigned(int64_t Value) override;
DDwarfExpression.cpp49 emitSigned(Offset); in addBReg()
54 emitSigned(Offset); in addFBReg()
178 emitSigned(Value); in addSignedConstant()
DDwarfUnit.cpp59 void DIEDwarfExpression::emitSigned(int64_t Value) { in emitSigned() function in DIEDwarfExpression
DDwarfDebug.cpp176 void DebugLocDwarfExpression::emitSigned(int64_t Value) { in emitSigned() function in DebugLocDwarfExpression