Home
last modified time | relevance | path

Searched refs:emitValue (Results 1 – 25 of 39) sorted by relevance

12

/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp326 void DIEValue::emitValue(const AsmPrinter *AP) const { in emitValue() function in DIEValue
332 getDIE##T().emitValue(AP, Form); \ in emitValue()
375 void DIEInteger::emitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in emitValue() function in DIEInteger
466 void DIEExpr::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEExpr
494 void DIELabel::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIELabel
524 void DIEBaseTypeRef::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEBaseTypeRef
543 void DIEDelta::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEDelta
573 void DIEString::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEString
582 DIEInteger(S.getIndex()).emitValue(AP, Form); in emitValue()
586 DIELabel(S.getSymbol()).emitValue(AP, Form); in emitValue()
[all …]
DWinException.cpp271 Asm->OutStreamer->emitValue(create32bitRef(FuncInfoXData), 4); in endFuncletImpl()
589 OS.emitValue(EntryCount, 4); in emitCSpecificHandlerTable()
651 OS.emitValue(getLabel(BeginLabel), 4); in emitSEHActionsForRange()
653 OS.emitValue(getLabel(EndLabel), 4); in emitSEHActionsForRange()
656 OS.emitValue(FilterOrFinally, 4); in emitSEHActionsForRange()
658 OS.emitValue(ExceptOrNull, 4); in emitSEHActionsForRange()
733 OS.emitValue(create32bitRef(UnwindMapXData), 4); in emitCXXFrameHandler3Table()
739 OS.emitValue(create32bitRef(TryBlockMapXData), 4); in emitCXXFrameHandler3Table()
745 OS.emitValue(create32bitRef(IPToStateXData), 4); in emitCXXFrameHandler3Table()
771 OS.emitValue(create32bitRef(CleanupSym), 4); in emitCXXFrameHandler3Table()
[all …]
DAIXException.cpp54 Asm->OutStreamer->emitValue(MCSymbolRefExpr::create(LSDA, Asm->OutContext), in emitExceptionInfoTable()
58 Asm->OutStreamer->emitValue(MCSymbolRefExpr::create(PerSym, Asm->OutContext), in emitExceptionInfoTable()
DAsmPrinterDwarf.cpp153 OutStreamer->emitValue(Exp, GetSizeOfEncodedValue(Encoding)); in emitTTypeReference()
313 V.emitValue(this); in emitDwarfDIE()
DAddressPool.cpp71 Asm.OutStreamer->emitValue(Entry, Asm.getDataLayout().getPointerSize()); in emit()
DAsmPrinter.cpp682 OutStreamer->emitValue(Value, Size); in emitDebugValue()
1804 OutStreamer->emitValue( in doFinalization()
2101 OutStreamer->emitValue(Value, EntrySize); in emitJumpTableEntry()
2306 OutStreamer->emitValue(Expr, Size); in emitLabelPlusOffset()
2935 AP.OutStreamer->emitValue(ME, Size); in emitGlobalConstantImpl()
DEHStreamer.cpp689 Asm->OutStreamer->emitValue( in emitExceptionTable()
/external/llvm-project/llvm/include/llvm/CodeGen/
DDIE.h192 void emitValue(const AsmPrinter *Asm, dwarf::Form Form) const;
209 void emitValue(const AsmPrinter *AP, dwarf::Form Form) const;
226 void emitValue(const AsmPrinter *AP, dwarf::Form Form) const;
244 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-project/llvm/unittests/CodeGen/
DDIETest.cpp67 Tst.emitValue(TestPrinter->getAP(), Form); in TEST_P()
109 Tst.emitValue(TestPrinter->getAP(), Form); in TEST_P()
158 Tst.emitValue(TestPrinter->getAP(), Form); in TEST_P()
/external/llvm-project/llvm/lib/CodeGen/
DFaultMaps.cpp97 OS.emitValue(Fault.FaultingOffsetExpr, 4); in emitFunctionInfo()
101 OS.emitValue(Fault.HandlerOffsetExpr, 4); in emitFunctionInfo()
DStackMaps.cpp651 OS.emitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries()
661 OS.emitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries()
/external/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
DAVRMCELFStreamer.cpp39 MCELFStreamer::emitValue(MCSymbolRefExpr::create(Sym, Kind, getContext()), in emitValueForModiferKind()
/external/llvm-project/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()
1065 streamer.emitValue( in ARM64EmitUnwindInfo()
1080 streamer.emitValue( in ARM64EmitRuntimeFunction()
DMCDwarf.cpp325 OS.emitValue(ABS, Size); in emitAbsValue()
346 MCOS->emitValue(makeStartPlusIntExpr(Ctx, *LineStrLabel, Offset), RefSize); in emitRef()
944 MCOS->emitValue(Addr, AddrSize); in EmitGenDwarfAranges()
1044 MCOS->emitValue(Start, AddrSize); in EmitGenDwarfInfo()
1049 MCOS->emitValue(End, AddrSize); in EmitGenDwarfInfo()
1117 MCOS->emitValue(AT_low_pc, AddrSize); in EmitGenDwarfInfo()
1153 MCOS->emitValue(SectionStartAddr, AddrSize); in emitGenDwarfRanges()
1170 MCOS->emitValue(SectionStartAddr, AddrSize); in emitGenDwarfRanges()
1333 streamer.emitValue(v, size); in emitFDESymbol()
1344 streamer.emitValue(v, size); in EmitPersonality()
DConstantPools.cpp33 Streamer.emitValue(Entry.Value, Entry.Size, Entry.Loc); in emitEntries()
DMCStreamer.cpp69 void MCTargetStreamer::emitValue(const MCExpr *Value) { in emitValue() function in MCTargetStreamer
175 void MCStreamer::emitValue(const MCExpr *Value, unsigned Size, SMLoc Loc) { in emitValue() function in MCStreamer
1054 emitValue(Diff, Size); in emitAbsoluteSymbolDiff()
DMCAsmStreamer.cpp1111 emitValue(MCConstantExpr::create(Value, getContext()), Size); in emitIntValue()
1115 emitValue(MCConstantExpr::create(Value, getContext(), true), Size); in emitIntValueInHex()
1120 emitValue(MCConstantExpr::create(Value, getContext(), true, Size), Size); in emitIntValueInHexWithPadding()
1174 TS->emitValue(Value); in emitValueImpl()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp1010 OutStreamer->emitValue(OffsExpr, 4); in emitInstruction()
1433 OutStreamer->emitValue(OffsExpr, 4); in emitFunctionEntryLabel()
1459 OutStreamer->emitValue(TOCDeltaExpr, 8); in emitFunctionEntryLabel()
1474 OutStreamer->emitValue(MCSymbolRefExpr::create(Symbol1, OutContext), in emitFunctionEntryLabel()
1478 OutStreamer->emitValue( in emitFunctionEntryLabel()
1840 OutStreamer->emitValue(MCSymbolRefExpr::create(CurrentFnSym, OutContext), in emitFunctionDescriptor()
1846 OutStreamer->emitValue(MCSymbolRefExpr::create(TOCBaseSym, OutContext), in emitFunctionDescriptor()
2073 OutStreamer->emitValue(Exp, GetSizeOfEncodedValue(Encoding)); in emitTTypeReference()
/external/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.cpp477 S.emitValue(DescSZ, 4); // descz in EmitNote()
679 Streamer.emitValue(MCBinaryExpr::createSub( in EmitAmdhsaKernelDescriptor()
/external/llvm-project/llvm/include/llvm/MC/
DMCStreamer.h119 virtual void emitValue(const MCExpr *Value);
688 void emitValue(const MCExpr *Value, unsigned Size, SMLoc Loc = SMLoc());
/external/llvm-project/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp103 OutStreamer->emitValue(E, Size); in emitXXStructor()
518 OutStreamer.emitValue( in emitNonLazySymbolPointer()
952 OutStreamer->emitValue(Expr, Size); in emitMachineConstantPoolValue()
995 OutStreamer->emitValue(Expr, 4); in emitJumpTableAddrs()
1071 OutStreamer->emitValue(Expr, OffsetWidth); in emitJumpTableTBInst()
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp1280 emitValue(FnStartRef, 4); in emitFnEnd()
1290 emitValue(ExTabEntryRef, 4); in emitFnEnd()
1371 emitValue(PersonalityRef, 4); in FlushUnwindOpcodes()
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86WinCOFFTargetStreamer.cpp406 OS.emitValue(MCSymbolRefExpr::create(FPO->Function, in emitFPOData()
/external/llvm-project/llvm/lib/Target/MSP430/AsmParser/
DMSP430AsmParser.cpp543 getParser().getStreamer().emitValue(Value, Size, L); in ParseLiteralValues()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCStreamer.h119 virtual void emitValue(const MCExpr *Value);

12