HomeSort by relevance Sort by last modified time
    Searched refs:EmitValue (Results 1 - 25 of 30) sorted by null

1 2

  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 194 void DIEValue::EmitValue(const AsmPrinter *AP) const {
200 getDIE##T().EmitValue(AP, Form); \
240 /// EmitValue - Emit integer of appropriate size.
242 void DIEInteger::EmitValue(const AsmPrinter *Asm, dwarf::Form Form) const {
318 /// EmitValue - Emit expression value.
320 void DIEExpr::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const {
321 AP->OutStreamer->EmitValue(Expr, SizeOf(AP, Form));
340 /// EmitValue - Emit label value.
342 void DIELabel::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const {
365 /// EmitValue - Emit delta value
    [all...]
AddressPool.cpp 44 Asm.OutStreamer->EmitValue(Entry, Asm.getDataLayout().getPointerSize());
WinException.cpp 247 Asm->OutStreamer->EmitValue(create32bitRef(FuncInfoXData), 4);
530 OS.EmitValue(EntryCount, 4);
586 OS.EmitValue(getLabelPlusOne(BeginLabel), 4);
587 OS.EmitValue(getLabelPlusOne(EndLabel), 4);
588 OS.EmitValue(FilterOrFinally, 4);
589 OS.EmitValue(ExceptOrNull, 4);
652 OS.EmitValue(create32bitRef(UnwindMapXData), 4); // UnwindMap
654 OS.EmitValue(create32bitRef(TryBlockMapXData), 4); // TryBlockMap
656 OS.EmitValue(create32bitRef(IPToStateXData), 4); // IPToStateMap
672 OS.EmitValue(create32bitRef(CleanupSym), 4); // Actio
    [all...]
AsmPrinterDwarf.cpp 143 OutStreamer->EmitValue(Exp, GetSizeOfEncodedValue(Encoding));
271 V.EmitValue(this);
DwarfAccelTable.cpp 198 Asm->OutStreamer->EmitValue(Sub, sizeof(uint32_t));
WinCodeViewLineTables.cpp 177 Streamer.EmitValue(AddrDelta, Size);
AsmPrinter.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
DIE.h 141 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const;
160 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const;
179 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const;
195 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const;
213 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const;
237 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const;
256 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const;
279 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const;
421 /// EmitValue - Emit value via the Dwarf writer.
423 void EmitValue(const AsmPrinter *AP) const
    [all...]
  /external/llvm/lib/CodeGen/
FaultMaps.cpp 97 OS.EmitValue(Fault.FaultingOffsetExpr, 4);
101 OS.EmitValue(Fault.HandlerOffsetExpr, 4);
StackMaps.cpp 482 OS.EmitValue(CSI.CSOffsetExpr, 4);
492 OS.EmitValue(CSI.CSOffsetExpr, 4);
  /external/llvm/lib/MC/
MCWin64EH.cpp 56 Streamer.EmitValue(Diff, 1);
135 streamer.EmitValue(MCBinaryExpr::createAdd(BaseRefRel, Ofs, Context), 4);
145 streamer.EmitValue(MCSymbolRefExpr::create(info->Symbol,
210 streamer.EmitValue(MCSymbolRefExpr::create(info->ExceptionHandler,
ConstantPools.cpp 32 Streamer.EmitValue(I->Value, I->Size, I->Loc);
MCDwarf.cpp 242 OS.EmitValue(ABS, Size);
620 MCOS->EmitValue(Addr, AddrSize);
707 MCOS->EmitValue(Start, AddrSize);
712 MCOS->EmitValue(End, AddrSize);
774 MCOS->EmitValue(AT_low_pc, AddrSize);
815 MCOS->EmitValue(SectionStartAddr, AddrSize);
    [all...]
MCStreamer.cpp 77 /// EmitIntValue - Special case of EmitValue that avoids the client having to
110 void MCStreamer::EmitValue(const MCExpr *Value, unsigned Size, SMLoc Loc) {
138 EmitValue(E, 1);
664 EmitValue(Diff, Size);
MCAsmStreamer.cpp 688 EmitValue(MCConstantExpr::create(Value, getContext()), Size);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 816 OutStreamer->EmitValue(OffsExpr, 4);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 97 OutStreamer->EmitValue(E, Size);
489 OutStreamer.EmitValue(
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp     [all...]
  /external/llvm/include/llvm/MC/
MCStreamer.h 527 void EmitValue(const MCExpr *Value, unsigned Size, SMLoc Loc = SMLoc());
529 /// \brief Special case of EmitValue that avoids the client having
545 /// \brief Special case of EmitValue that avoids the client having to pass in
  /external/llvm/lib/Target/SystemZ/
SystemZAsmPrinter.cpp 293 OutStreamer->EmitValue(Expr, Size);
  /external/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.cpp 252 OutStreamer.EmitValue(Imm.getExpr(), AlignSize);
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 559 OutStreamer.EmitValue(
  /external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp     [all...]
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 661 getParser().getStreamer().EmitValue(Value, Size);
    [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp     [all...]

Completed in 2412 milliseconds

1 2