Searched refs:EmitValue (Results 1 - 24 of 24) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h211 /// EmitValue - Emit value via the Dwarf writer.
213 virtual void EmitValue(AsmPrinter *AP, dwarf::Form Form) const = 0;
249 /// EmitValue - Emit integer of appropriate size.
251 virtual void EmitValue(AsmPrinter *AP, dwarf::Form Form) const;
275 /// EmitValue - Emit expression value.
277 virtual void EmitValue(AsmPrinter *AP, dwarf::Form Form) const;
303 /// EmitValue - Emit label value.
305 virtual void EmitValue(AsmPrinter *AP, dwarf::Form Form) const;
333 /// EmitValue - Emit delta value.
335 virtual void EmitValue(AsmPrinte
[all...]
H A DDIE.cpp210 /// EmitValue - Emit integer of appropriate size.
212 void DIEInteger::EmitValue(AsmPrinter *Asm, dwarf::Form Form) const { function in class:DIEInteger
277 /// EmitValue - Emit expression value.
279 void DIEExpr::EmitValue(AsmPrinter *AP, dwarf::Form Form) const { function in class:DIEExpr
280 AP->OutStreamer.EmitValue(Expr, SizeOf(AP, Form));
303 /// EmitValue - Emit label value.
305 void DIELabel::EmitValue(AsmPrinter *AP, dwarf::Form Form) const { function in class:DIELabel
331 /// EmitValue - Emit delta value.
333 void DIEDelta::EmitValue(AsmPrinter *AP, dwarf::Form Form) const { function in class:DIEDelta
356 /// EmitValue
358 void DIEString::EmitValue(AsmPrinter *AP, dwarf::Form Form) const { function in class:DIEString
381 void DIEEntry::EmitValue(AsmPrinter *AP, dwarf::Form Form) const { function in class:DIEEntry
419 void DIEBlock::EmitValue(AsmPrinter *Asm, dwarf::Form Form) const { function in class:DIEBlock
[all...]
H A DWin64Exception.cpp108 Asm->OutStreamer.EmitValue(MCSymbolRefExpr::Create(Sym, Asm->OutContext),
H A DAsmPrinterDwarf.cpp129 OutStreamer.EmitValue(Exp, GetSizeOfEncodedValue(Encoding));
H A DDwarfAccelTable.cpp167 Asm->OutStreamer.EmitValue(Sub, sizeof(uint32_t));
H A DAsmPrinter.cpp1256 OutStreamer.EmitValue(Value, EntrySize);
1413 OutStreamer.EmitValue(Diff, Size);
1444 OutStreamer.EmitValue(Diff, Size);
1471 OutStreamer.EmitValue(Expr, Size);
1965 // thread the streamer with EmitValue.
1966 AP.OutStreamer.EmitValue(lowerConstant(CV, AP), Size);
H A DDwarfDebug.cpp2144 Values[i]->EmitValue(Asm, Form);
2153 Values[i]->EmitValue(Asm, Form);
2158 Values[i]->EmitValue(Asm, Form);
2659 Asm->OutStreamer.EmitValue(Expr, Asm->getDataLayout().getPointerSize());
/freebsd-10.2-release/contrib/llvm/lib/MC/
H A DMCWin64EH.cpp141 streamer.EmitValue(MCBinaryExpr::CreateAdd(BaseRefRel, Ofs, Context), 4);
151 streamer.EmitValue(MCSymbolRefExpr::Create(info->Symbol,
214 streamer.EmitValue(MCSymbolRefExpr::Create(info->ExceptionHandler,
H A DMCStreamer.cpp102 /// EmitIntValue - Special case of EmitValue that avoids the client having to
137 EmitValue(ABS, Size);
141 void MCStreamer::EmitValue(const MCExpr *Value, unsigned Size) { function in class:MCStreamer
162 EmitValue(E, 1);
H A DMCAsmStreamer.cpp419 EmitValue(AddrDelta, 4);
660 EmitValue(MCConstantExpr::Create(Value, getContext()), Size);
H A DMCDwarf.cpp855 streamer.EmitValue(v, size);
866 streamer.EmitValue(v, size);
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DStackMaps.cpp234 AP.OutStreamer.EmitValue(CSII->CSOffsetExpr, 4);
241 AP.OutStreamer.EmitValue(CSII->CSOffsetExpr, 4);
/freebsd-10.2-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp182 OutStreamer.EmitValue(Expr, Size);
/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp745 OutStreamer.EmitValue(MCSymbolRefExpr::Create(Symbol1, OutContext),
749 OutStreamer.EmitValue(MCSymbolRefExpr::Create(Symbol2,
795 OutStreamer.EmitValue(MCSymbolRefExpr::Create(Stubs[i].second.getPointer(),
1088 OutStreamer.EmitValue(MCSymbolRefExpr::Create(MCSym.getPointer(),
1106 OutStreamer.EmitValue(MCSymbolRefExpr::
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp154 OutStreamer.EmitValue(E, Size);
543 OutStreamer.EmitValue(MCSymbolRefExpr::Create(MCSym.getPointer(),
560 OutStreamer.EmitValue(MCSymbolRefExpr::
850 OutStreamer.EmitValue(Expr, Size);
898 OutStreamer.EmitValue(Expr, 4);
956 OutStreamer.EmitValue(Expr, OffsetWidth);
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp609 OutStreamer.EmitValue(MCSymbolRefExpr::Create(MCSym.getPointer(),
625 OutStreamer.EmitValue(MCSymbolRefExpr::
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp753 EmitValue(FnStartRef, 4);
763 EmitValue(ExTabEntryRef, 4);
841 EmitValue(PersonalityRef, 4);
/freebsd-10.2-release/contrib/llvm/include/llvm/MC/
H A DMCStreamer.h469 /// EmitValue - Emit the expression @p Value into the output as a native
480 void EmitValue(const MCExpr *Value, unsigned Size);
482 /// EmitIntValue - Special case of EmitValue that avoids the client having
504 /// EmitSymbolValue - Special case of EmitValue that avoids the client
/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1284 getParser().getStreamer().EmitValue(Value, Size);
/freebsd-10.2-release/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2296 getParser().getStreamer().EmitValue(Value, Size);
/freebsd-10.2-release/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2410 getParser().getStreamer().EmitValue(Value, Size);
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2658 getParser().getStreamer().EmitValue(Value, Size);
/freebsd-10.2-release/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2278 getStreamer().EmitValue(Value, Size);
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp7823 getParser().getStreamer().EmitValue(Value, Size);

Completed in 223 milliseconds