Home
last modified time | relevance | path

Searched refs:EmitValue (Results 1 – 25 of 78) sorted by relevance

1234

/external/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp194 void DIEValue::EmitValue(const AsmPrinter *AP) const { in EmitValue() function in DIEValue
200 getDIE##T().EmitValue(AP, Form); \ in EmitValue()
242 void DIEInteger::EmitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in EmitValue() function in DIEInteger
320 void DIEExpr::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIEExpr
321 AP->OutStreamer->EmitValue(Expr, SizeOf(AP, Form)); in EmitValue()
342 void DIELabel::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIELabel
367 void DIEDelta::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIEDelta
391 void DIEString::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIEString
398 DIEInteger(S.getIndex()).EmitValue(AP, Form); in EmitValue()
405 DIELabel(S.getSymbol()).EmitValue(AP, Form); in EmitValue()
[all …]
DWinException.cpp246 Asm->OutStreamer->EmitValue(create32bitRef(FuncInfoXData), 4); in endFunclet()
545 OS.EmitValue(EntryCount, 4); in emitCSpecificHandlerTable()
608 OS.EmitValue(getLabelPlusOne(BeginLabel), 4); in emitSEHActionsForRange()
610 OS.EmitValue(getLabelPlusOne(EndLabel), 4); in emitSEHActionsForRange()
613 OS.EmitValue(FilterOrFinally, 4); in emitSEHActionsForRange()
615 OS.EmitValue(ExceptOrNull, 4); in emitSEHActionsForRange()
690 OS.EmitValue(create32bitRef(UnwindMapXData), 4); in emitCXXFrameHandler3Table()
696 OS.EmitValue(create32bitRef(TryBlockMapXData), 4); in emitCXXFrameHandler3Table()
702 OS.EmitValue(create32bitRef(IPToStateXData), 4); in emitCXXFrameHandler3Table()
728 OS.EmitValue(create32bitRef(CleanupSym), 4); in emitCXXFrameHandler3Table()
[all …]
DAsmPrinterDwarf.cpp143 OutStreamer->EmitValue(Exp, GetSizeOfEncodedValue(Encoding)); in EmitTTypeReference()
271 V.EmitValue(this); in emitDwarfDIE()
DAddressPool.cpp44 Asm.OutStreamer->EmitValue(Entry, Asm.getDataLayout().getPointerSize()); in emit()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp327 void DIEValue::EmitValue(const AsmPrinter *AP) const { in EmitValue() function in DIEValue
333 getDIE##T().EmitValue(AP, Form); \ in EmitValue()
376 void DIEInteger::EmitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in EmitValue() function in DIEInteger
463 void DIEExpr::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIEExpr
485 void DIELabel::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIELabel
511 void DIEDelta::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIEDelta
535 void DIEString::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIEString
544 DIEInteger(S.getIndex()).EmitValue(AP, Form); in EmitValue()
548 DIELabel(S.getSymbol()).EmitValue(AP, Form); in EmitValue()
550 DIEInteger(S.getOffset()).EmitValue(AP, Form); in EmitValue()
[all …]
DWinException.cpp255 Asm->OutStreamer->EmitValue(create32bitRef(FuncInfoXData), 4); in endFunclet()
553 OS.EmitValue(EntryCount, 4); in emitCSpecificHandlerTable()
616 OS.EmitValue(getLabelPlusOne(BeginLabel), 4); in emitSEHActionsForRange()
618 OS.EmitValue(getLabelPlusOne(EndLabel), 4); in emitSEHActionsForRange()
621 OS.EmitValue(FilterOrFinally, 4); in emitSEHActionsForRange()
623 OS.EmitValue(ExceptOrNull, 4); in emitSEHActionsForRange()
698 OS.EmitValue(create32bitRef(UnwindMapXData), 4); in emitCXXFrameHandler3Table()
704 OS.EmitValue(create32bitRef(TryBlockMapXData), 4); in emitCXXFrameHandler3Table()
710 OS.EmitValue(create32bitRef(IPToStateXData), 4); in emitCXXFrameHandler3Table()
736 OS.EmitValue(create32bitRef(CleanupSym), 4); in emitCXXFrameHandler3Table()
[all …]
DAsmPrinterDwarf.cpp146 OutStreamer->EmitValue(Exp, GetSizeOfEncodedValue(Encoding)); in EmitTTypeReference()
252 V.EmitValue(this); in emitDwarfDIE()
DAddressPool.cpp63 Asm.OutStreamer->EmitValue(Entry, Asm.getDataLayout().getPointerSize()); in emit()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDIE.h221 virtual void EmitValue(AsmPrinter *AP, unsigned Form) const = 0;
261 virtual void EmitValue(AsmPrinter *AP, unsigned Form) const;
288 virtual void EmitValue(AsmPrinter *AP, unsigned Form) const;
315 virtual void EmitValue(AsmPrinter *AP, unsigned Form) const;
346 virtual void EmitValue(AsmPrinter *AP, unsigned Form) const;
374 virtual void EmitValue(AsmPrinter *AP, unsigned Form) const;
416 virtual void EmitValue(AsmPrinter *AP, unsigned Form) const;
DDIE.cpp190 void DIEInteger::EmitValue(AsmPrinter *Asm, unsigned Form) const { in EmitValue() function in DIEInteger
244 void DIEString::EmitValue(AsmPrinter *AP, unsigned Form) const { in EmitValue() function in DIEString
262 void DIELabel::EmitValue(AsmPrinter *AP, unsigned Form) const { in EmitValue() function in DIELabel
285 void DIEDelta::EmitValue(AsmPrinter *AP, unsigned Form) const { in EmitValue() function in DIEDelta
308 void DIEEntry::EmitValue(AsmPrinter *AP, unsigned Form) const { in EmitValue() function in DIEEntry
336 void DIEBlock::EmitValue(AsmPrinter *Asm, unsigned Form) const { in EmitValue() function in DIEBlock
347 Values[i]->EmitValue(Asm, AbbrevData[i].getForm()); in EmitValue()
DWin64Exception.cpp109 Asm->OutStreamer.EmitValue(MCSymbolRefExpr::Create(Sym, Asm->OutContext), in EndFunction()
/external/llvm/include/llvm/CodeGen/
DDIE.h140 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const;
159 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const;
178 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const;
194 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const;
212 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const;
236 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const;
259 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const;
404 void EmitValue(const AsmPrinter *AP) const;
706 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const;
737 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DDIE.h193 void EmitValue(const AsmPrinter *Asm, dwarf::Form Form) const;
210 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const;
227 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const;
243 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const;
262 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const;
284 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const;
303 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const;
322 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const;
469 void EmitValue(const AsmPrinter *AP) const;
871 void EmitValue(const AsmPrinter *Asm, dwarf::Form Form) const;
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCWin64EH.cpp54 Streamer.EmitValue(Diff, 1); in EmitAbsDifference()
133 streamer.EmitValue(MCBinaryExpr::createAdd(BaseRefRel, Ofs, Context), 4); in EmitSymbolRefWithOfs()
143 streamer.EmitValue(MCSymbolRefExpr::create(info->Symbol, in EmitRuntimeFunction()
208 streamer.EmitValue(MCSymbolRefExpr::create(info->ExceptionHandler, in EmitUnwindInfo()
DMCDwarf.cpp308 OS.EmitValue(ABS, Size); in emitAbsValue()
328 MCOS->EmitValue(makeStartPlusIntExpr(Ctx, *LineStrLabel, Offset), RefSize); in emitRef()
907 MCOS->EmitValue(Addr, AddrSize); in EmitGenDwarfAranges()
998 MCOS->EmitValue(Start, AddrSize); in EmitGenDwarfInfo()
1003 MCOS->EmitValue(End, AddrSize); in EmitGenDwarfInfo()
1065 MCOS->EmitValue(AT_low_pc, AddrSize); in EmitGenDwarfInfo()
1106 MCOS->EmitValue(SectionStartAddr, AddrSize); in EmitGenDwarfRanges()
1274 streamer.EmitValue(v, size); in emitFDESymbol()
1285 streamer.EmitValue(v, size); in EmitPersonality()
DConstantPools.cpp34 Streamer.EmitValue(Entry.Value, Entry.Size, Entry.Loc); in emitEntries()
/external/llvm/lib/MC/
DMCWin64EH.cpp56 Streamer.EmitValue(Diff, 1); in EmitAbsDifference()
135 streamer.EmitValue(MCBinaryExpr::createAdd(BaseRefRel, Ofs, Context), 4); in EmitSymbolRefWithOfs()
145 streamer.EmitValue(MCSymbolRefExpr::create(info->Symbol, in EmitRuntimeFunction()
210 streamer.EmitValue(MCSymbolRefExpr::create(info->ExceptionHandler, in EmitUnwindInfo()
DMCDwarf.cpp242 OS.EmitValue(ABS, Size); in emitAbsValue()
627 MCOS->EmitValue(Addr, AddrSize); in EmitGenDwarfAranges()
714 MCOS->EmitValue(Start, AddrSize); in EmitGenDwarfInfo()
719 MCOS->EmitValue(End, AddrSize); in EmitGenDwarfInfo()
781 MCOS->EmitValue(AT_low_pc, AddrSize); in EmitGenDwarfInfo()
822 MCOS->EmitValue(SectionStartAddr, AddrSize); in EmitGenDwarfRanges()
990 streamer.EmitValue(v, size); in emitFDESymbol()
1001 streamer.EmitValue(v, size); in EmitPersonality()
DConstantPools.cpp31 Streamer.EmitValue(Entry.Value, Entry.Size, Entry.Loc); in emitEntries()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCWin64EH.cpp137 streamer.EmitValue(MCSymbolRefExpr::Create(info->Begin, context), 4); in EmitRuntimeFunction()
138 streamer.EmitValue(MCSymbolRefExpr::Create(info->End, context), 4); in EmitRuntimeFunction()
139 streamer.EmitValue(MCSymbolRefExpr::Create(info->Symbol, context), 4); in EmitRuntimeFunction()
192 streamer.EmitValue(MCSymbolRefExpr::Create(info->ExceptionHandler, context), in EmitUnwindInfo()
DMCStreamer.cpp116 EmitValue(ABS, Size, AddrSpace); in EmitAbsValue()
120 void MCStreamer::EmitValue(const MCExpr *Value, unsigned Size, in EmitValue() function in MCStreamer
141 EmitValue(E, 1, AddrSpace); in EmitFill()
/external/llvm/lib/CodeGen/
DFaultMaps.cpp97 OS.EmitValue(Fault.FaultingOffsetExpr, 4); in emitFunctionInfo()
101 OS.EmitValue(Fault.HandlerOffsetExpr, 4); in emitFunctionInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DFaultMaps.cpp100 OS.EmitValue(Fault.FaultingOffsetExpr, 4); in emitFunctionInfo()
104 OS.EmitValue(Fault.HandlerOffsetExpr, 4); in emitFunctionInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRMCELFStreamer.cpp40 MCELFStreamer::EmitValue(MCSymbolRefExpr::create(Sym, Kind, getContext()), in EmitValueForModiferKind()
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp803 OutStreamer->EmitValue(OffsExpr, 4); in EmitInstruction()
1074 OutStreamer->EmitValue(OffsExpr, 4); in EmitFunctionEntryLabel()
1100 OutStreamer->EmitValue(TOCDeltaExpr, 8); in EmitFunctionEntryLabel()
1115 OutStreamer->EmitValue(MCSymbolRefExpr::create(Symbol1, OutContext), in EmitFunctionEntryLabel()
1119 OutStreamer->EmitValue( in EmitFunctionEntryLabel()
1392 OutStreamer->EmitValue(MCSymbolRefExpr::create(MCSym.getPointer(), in doFinalization()

1234