Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp321 void DIEValue::emitValue(const AsmPrinter *AP) const { in emitValue() function in DIEValue
327 getDIE##T().emitValue(AP, Form); \ in emitValue()
370 void DIEInteger::emitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in emitValue() function in DIEInteger
459 void DIEExpr::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEExpr
488 void DIELabel::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIELabel
520 void DIEBaseTypeRef::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEBaseTypeRef
539 void DIEDelta::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEDelta
571 void DIEString::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEString
580 DIEInteger(S.getIndex()).emitValue(AP, Form); in emitValue()
584 DIELabel(S.getSymbol()).emitValue(AP, Form); in emitValue()
[all …]
H A DWinException.cpp272 Asm->OutStreamer->emitValue(create32bitRef(FuncInfoXData), 4); in endFuncletImpl()
592 OS.emitValue(EntryCount, 4); in emitCSpecificHandlerTable()
654 OS.emitValue(getLabel(BeginLabel), 4); in emitSEHActionsForRange()
656 OS.emitValue(getLabelPlusOne(EndLabel), 4); in emitSEHActionsForRange()
659 OS.emitValue(FilterOrFinally, 4); in emitSEHActionsForRange()
661 OS.emitValue(ExceptOrNull, 4); in emitSEHActionsForRange()
741 OS.emitValue(create32bitRef(UnwindMapXData), 4); in emitCXXFrameHandler3Table()
747 OS.emitValue(create32bitRef(TryBlockMapXData), 4); in emitCXXFrameHandler3Table()
753 OS.emitValue(create32bitRef(IPToStateXData), 4); in emitCXXFrameHandler3Table()
780 OS.emitValue(create32bitRef(CleanupSym), 4); in emitCXXFrameHandler3Table()
[all …]
H A DAIXException.cpp66 Asm->OutStreamer->emitValue(MCSymbolRefExpr::create(LSDA, Asm->OutContext), in emitExceptionInfoTable()
70 Asm->OutStreamer->emitValue(MCSymbolRefExpr::create(PerSym, Asm->OutContext), in emitExceptionInfoTable()
H A DAsmPrinterDwarf.cpp149 OutStreamer->emitValue(Exp, GetSizeOfEncodedValue(Encoding)); in emitTTypeReference()
307 V.emitValue(this); in emitDwarfDIE()
H A DAddressPool.cpp68 Asm.OutStreamer->emitValue(Entry, Asm.getDataLayout().getPointerSize()); in emit()
H A DAsmPrinter.cpp868 OutStreamer->emitValue(Value, Size); in emitDebugValue()
1024 OutStreamer->emitValue(PCRel, 4u); in emitFunctionHeader()
2306 OutStreamer->emitValue( in doFinalization()
2613 OutStreamer->emitValue(Value, EntrySize); in emitJumpTableEntry()
2823 OutStreamer->emitValue(Expr, Size); in emitLabelPlusOffset()
3516 AP.OutStreamer->emitValue(ME, Size); in emitGlobalConstantImpl()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A 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;
263 void emitValue(const AsmPrinter *AP, dwarf::Form Form) const;
282 void emitValue(const AsmPrinter *AP, dwarf::Form Form) const;
304 void emitValue(const AsmPrinter *AP, dwarf::Form Form) const;
323 void emitValue(const AsmPrinter *AP, dwarf::Form Form) const;
342 void emitValue(const AsmPrinter *AP, dwarf::Form Form) const;
358 void emitValue(const AsmPrinter *AP, dwarf::Form Form) const;
[all …]
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DFaultMaps.cpp95 OS.emitValue(Fault.FaultingOffsetExpr, 4); in emitFunctionInfo()
99 OS.emitValue(Fault.HandlerOffsetExpr, 4); in emitFunctionInfo()
H A DStackMaps.cpp682 OS.emitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries()
692 OS.emitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries()
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCELFStreamer.cpp39 MCELFStreamer::emitValue(MCSymbolRefExpr::create(Sym, Kind, getContext()), in emitValueForModiferKind()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCDwarf.cpp329 OS.emitValue(ABS, Size); in emitAbsValue()
356 MCOS->emitValue(makeStartPlusIntExpr(Ctx, *LineStrLabel, Offset), RefSize); in emitRef()
888 MCOS->emitValue(Addr, AddrSize); in EmitGenDwarfAranges()
988 MCOS->emitValue(Start, AddrSize); in EmitGenDwarfInfo()
993 MCOS->emitValue(End, AddrSize); in EmitGenDwarfInfo()
1061 MCOS->emitValue(AT_low_pc, AddrSize); in EmitGenDwarfInfo()
1097 MCOS->emitValue(SectionStartAddr, AddrSize); in emitGenDwarfRanges()
1114 MCOS->emitValue(SectionStartAddr, AddrSize); in emitGenDwarfRanges()
1277 streamer.emitValue(v, size); in emitFDESymbol()
1288 streamer.emitValue(v, size); in EmitPersonality()
H A DMCWin64EH.cpp59 Streamer.emitValue(Diff, 1); in EmitAbsDifference()
138 streamer.emitValue(MCBinaryExpr::createAdd(BaseRefRel, OffExpr, Context), 4); in EmitSymbolRefWithOfs()
151 streamer.emitValue(MCBinaryExpr::createAdd(BaseRefRel, Ofs, Context), 4); in EmitSymbolRefWithOfs()
161 streamer.emitValue(MCSymbolRefExpr::create(info->Symbol, in EmitRuntimeFunction()
226 streamer.emitValue(MCSymbolRefExpr::create(info->ExceptionHandler, in EmitUnwindInfo()
1336 streamer.emitValue( in ARM64EmitUnwindInfoForSegment()
2421 streamer.emitValue( in ARMEmitUnwindInfo()
2462 streamer.emitValue( in ARMEmitUnwindInfo()
2490 streamer.emitValue( in ARMEmitUnwindInfo()
2506 streamer.emitValue( in ARM64EmitRuntimeFunction()
[all …]
H A DConstantPools.cpp33 Streamer.emitValue(Entry.Value, Entry.Size, Entry.Loc); in emitEntries()
H A DMCStreamer.cpp72 void MCTargetStreamer::emitValue(const MCExpr *Value) { in emitValue() function in MCTargetStreamer
180 void MCStreamer::emitValue(const MCExpr *Value, unsigned Size, SMLoc Loc) { in emitValue() function in MCStreamer
1132 emitValue(Diff, Size); in emitAbsoluteSymbolDiff()
H A DMCAsmStreamer.cpp1240 emitValue(MCConstantExpr::create(Value, getContext()), Size); in emitIntValue()
1244 emitValue(MCConstantExpr::create(Value, getContext(), true), Size); in emitIntValueInHex()
1249 emitValue(MCConstantExpr::create(Value, getContext(), true, Size), Size); in emitIntValueInHexWithPadding()
1303 TS->emitValue(Value); in emitValueImpl()
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYTargetStreamer.cpp36 Streamer.emitValue(Entry.Value, Entry.Size, Entry.Loc); in emitAll()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1247 OutStreamer->emitValue(OffsExpr, 4); in emitInstruction()
1704 OutStreamer->emitValue(OffsExpr, 4); in emitFunctionEntryLabel()
1730 OutStreamer->emitValue(TOCDeltaExpr, 8); in emitFunctionEntryLabel()
1745 OutStreamer->emitValue(MCSymbolRefExpr::create(Symbol1, OutContext), in emitFunctionEntryLabel()
1749 OutStreamer->emitValue( in emitFunctionEntryLabel()
2404 OutStreamer->emitValue(Exp, DL.getPointerSize()); in emitTracebackTable()
2560 OutStreamer->emitValue(MCSymbolRefExpr::create(CurrentFnSym, OutContext), in emitFunctionDescriptor()
2566 OutStreamer->emitValue(MCSymbolRefExpr::create(TOCBaseSym, OutContext), in emitFunctionDescriptor()
2876 OutStreamer->emitValue(Exp, GetSizeOfEncodedValue(Encoding)); in emitTTypeReference()
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYAsmPrinter.cpp245 OutStreamer->emitValue(Expr, Size); in emitMachineConstantPoolValue()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCStreamer.h121 virtual void emitValue(const MCExpr *Value);
728 void emitValue(const MCExpr *Value, unsigned Size, SMLoc Loc = SMLoc());
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp1237 emitValue(FnStartRef, 4); in emitFnEnd()
1247 emitValue(ExTabEntryRef, 4); in emitFnEnd()
1328 emitValue(PersonalityRef, 4); in FlushUnwindOpcodes()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp101 OutStreamer->emitValue(E, Size); in emitXXStructor()
516 OutStreamer.emitValue( in emitNonLazySymbolPointer()
974 OutStreamer->emitValue(Expr, Size); in emitMachineConstantPoolValue()
1017 OutStreamer->emitValue(Expr, 4); in emitJumpTableAddrs()
1093 OutStreamer->emitValue(Expr, OffsetWidth); in emitJumpTableTBInst()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp329 Streamer.emitValue(MCSymbolRefExpr::create(&S, Kind, Streamer.getContext()), in emitTCEntry()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp543 S.emitValue(DescSZ, 4); // descz in EmitNote()
889 Streamer.emitValue(MCBinaryExpr::createSub( in EmitAmdhsaKernelDescriptor()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp407 OS.emitValue(MCSymbolRefExpr::create(FPO->Function, in emitFPOData()
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp545 getParser().getStreamer().emitValue(Value, Size, L); in ParseLiteralValues()

12