HomeSort by: relevance | last modified time | path
    Searched defs:emitValue (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 326 void DIEValue::emitValue(const AsmPrinter *AP) const {
332 getDIE##T().emitValue(AP, Form); \
373 /// EmitValue - Emit integer of appropriate size.
375 void DIEInteger::emitValue(const AsmPrinter *Asm, dwarf::Form Form) const {
464 /// EmitValue - Emit expression value.
466 void DIEExpr::emitValue(const AsmPrinter *AP, dwarf::Form Form) const {
492 /// EmitValue - Emit label value.
494 void DIELabel::emitValue(const AsmPrinter *AP, dwarf::Form Form) const {
524 void DIEBaseTypeRef::emitValue(const AsmPrinter *AP, dwarf::Form Form) const {
541 /// EmitValue - Emit delta value
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCStreamer.cpp 69 void MCTargetStreamer::emitValue(const MCExpr *Value) {
129 /// EmitIntValue - Special case of EmitValue that avoids the client having to
175 void MCStreamer::emitValue(const MCExpr *Value, unsigned Size, SMLoc Loc) {
1107 emitValue(Diff, Size);

Completed in 16 milliseconds