Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h195 virtual void emitData1(uint8_t Value) = 0;
387 void emitData1(uint8_t Value) override;
417 void emitData1(uint8_t Value) override;
H A DDwarfExpression.cpp239 emitData1(API.getZExtValue() & 0xFF); in addConstantFP()
627 emitData1(Op->getArg(0)); in addExpression()
H A DDwarfUnit.cpp57 void DIEDwarfExpression::emitData1(uint8_t Value) { in emitData1() function in DIEDwarfExpression
H A DDwarfDebug.cpp188 void DebugLocDwarfExpression::emitData1(uint8_t Value) { in emitData1() function in DebugLocDwarfExpression