Home
last modified time | relevance | path

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

123

/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 …]
DAddressPool.cpp44 Asm.OutStreamer->EmitValue(Entry, Asm.getDataLayout().getPointerSize()); in emit()
DAsmPrinterDwarf.cpp143 OutStreamer->EmitValue(Exp, GetSizeOfEncodedValue(Encoding)); in EmitTTypeReference()
271 V.EmitValue(this); in emitDwarfDIE()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp328 void DIEValue::EmitValue(const AsmPrinter *AP) const { in EmitValue() function in DIEValue
334 getDIE##T().EmitValue(AP, Form); \ in EmitValue()
377 void DIEInteger::EmitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in EmitValue() function in DIEInteger
468 void DIEExpr::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIEExpr
490 void DIELabel::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIELabel
514 void DIEBaseTypeRef::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIEBaseTypeRef
533 void DIEDelta::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIEDelta
557 void DIEString::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIEString
566 DIEInteger(S.getIndex()).EmitValue(AP, Form); in EmitValue()
570 DIELabel(S.getSymbol()).EmitValue(AP, Form); in EmitValue()
[all …]
DWinException.cpp279 Asm->OutStreamer->EmitValue(create32bitRef(FuncInfoXData), 4); in endFuncletImpl()
582 OS.EmitValue(EntryCount, 4); in emitCSpecificHandlerTable()
644 OS.EmitValue(getLabel(BeginLabel), 4); in emitSEHActionsForRange()
646 OS.EmitValue(getLabel(EndLabel), 4); in emitSEHActionsForRange()
649 OS.EmitValue(FilterOrFinally, 4); in emitSEHActionsForRange()
651 OS.EmitValue(ExceptOrNull, 4); in emitSEHActionsForRange()
726 OS.EmitValue(create32bitRef(UnwindMapXData), 4); in emitCXXFrameHandler3Table()
732 OS.EmitValue(create32bitRef(TryBlockMapXData), 4); in emitCXXFrameHandler3Table()
738 OS.EmitValue(create32bitRef(IPToStateXData), 4); in emitCXXFrameHandler3Table()
764 OS.EmitValue(create32bitRef(CleanupSym), 4); in emitCXXFrameHandler3Table()
[all …]
DAsmPrinterDwarf.cpp146 OutStreamer->EmitValue(Exp, GetSizeOfEncodedValue(Encoding)); in EmitTTypeReference()
274 V.EmitValue(this); in emitDwarfDIE()
DAddressPool.cpp73 Asm.OutStreamer->EmitValue(Entry, Asm.getDataLayout().getPointerSize()); in emit()
/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-10.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;
245 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const;
262 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const;
281 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;
341 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const;
488 void EmitValue(const AsmPrinter *AP) const;
[all …]
/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/llvm-project/llvm/unittests/CodeGen/
DDIETest.cpp61 TEST_P(DIEExprFixture, EmitValue) { in TEST_P() argument
100 TEST_P(DIELabelFixture, EmitValue) { in TEST_P() argument
152 TEST_P(DIEDeltaFixture, EmitValue) { in TEST_P() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCWin64EH.cpp58 Streamer.EmitValue(Diff, 1); in EmitAbsDifference()
139 streamer.EmitValue(MCBinaryExpr::createAdd(BaseRefRel, Ofs, Context), 4); in EmitSymbolRefWithOfs()
149 streamer.EmitValue(MCSymbolRefExpr::create(info->Symbol, in EmitRuntimeFunction()
214 streamer.EmitValue(MCSymbolRefExpr::create(info->ExceptionHandler, in EmitUnwindInfo()
639 streamer.EmitValue( in ARM64EmitUnwindInfo()
651 streamer.EmitValue(MCSymbolRefExpr::create(info->Symbol, in ARM64EmitRuntimeFunction()
DMCDwarf.cpp307 OS.EmitValue(ABS, Size); in emitAbsValue()
327 MCOS->EmitValue(makeStartPlusIntExpr(Ctx, *LineStrLabel, Offset), RefSize); in emitRef()
913 MCOS->EmitValue(Addr, AddrSize); in EmitGenDwarfAranges()
1004 MCOS->EmitValue(Start, AddrSize); in EmitGenDwarfInfo()
1009 MCOS->EmitValue(End, AddrSize); in EmitGenDwarfInfo()
1077 MCOS->EmitValue(AT_low_pc, AddrSize); in EmitGenDwarfInfo()
1118 MCOS->EmitValue(SectionStartAddr, AddrSize); in EmitGenDwarfRanges()
1286 streamer.EmitValue(v, size); in emitFDESymbol()
1297 streamer.EmitValue(v, size); in EmitPersonality()
DConstantPools.cpp33 Streamer.EmitValue(Entry.Value, Entry.Size, Entry.Loc); in emitEntries()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DFaultMaps.cpp97 OS.EmitValue(Fault.FaultingOffsetExpr, 4); in emitFunctionInfo()
101 OS.EmitValue(Fault.HandlerOffsetExpr, 4); in emitFunctionInfo()
DStackMaps.cpp505 OS.EmitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries()
515 OS.EmitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries()
/external/llvm/lib/CodeGen/
DFaultMaps.cpp97 OS.EmitValue(Fault.FaultingOffsetExpr, 4); in emitFunctionInfo()
101 OS.EmitValue(Fault.HandlerOffsetExpr, 4); in emitFunctionInfo()
DStackMaps.cpp482 OS.EmitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries()
492 OS.EmitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRMCELFStreamer.cpp39 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp970 OutStreamer->EmitValue(OffsExpr, 4); in EmitInstruction()
1379 OutStreamer->EmitValue(OffsExpr, 4); in EmitFunctionEntryLabel()
1405 OutStreamer->EmitValue(TOCDeltaExpr, 8); in EmitFunctionEntryLabel()
1420 OutStreamer->EmitValue(MCSymbolRefExpr::create(Symbol1, OutContext), in EmitFunctionEntryLabel()
1424 OutStreamer->EmitValue( in EmitFunctionEntryLabel()
1683 OutStreamer->EmitValue(MCSymbolRefExpr::create(CurrentFnSym, OutContext), in EmitFunctionDescriptor()
1690 OutStreamer->EmitValue(MCSymbolRefExpr::create(TOCBaseSym, OutContext), in EmitFunctionDescriptor()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.cpp445 S.EmitValue(DescSZ, 4); // descz in EmitNote()
648 Streamer.EmitValue(MCBinaryExpr::createSub( in EmitAmdhsaKernelDescriptor()

123