Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp315 void DIEValue::emitValue(const AsmPrinter *AP) const { in emitValue() function in DIEValue
321 getDIE##T().emitValue(AP, Form); \ in emitValue()
364 void DIEInteger::emitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in emitValue() function in DIEInteger
454 void DIEExpr::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEExpr
483 void DIELabel::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIELabel
515 void DIEBaseTypeRef::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEBaseTypeRef
534 void DIEDelta::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEDelta
566 void DIEString::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEString
575 DIEInteger(S.getIndex()).emitValue(AP, Form); in emitValue()
579 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()
784 OS.emitValue(create32bitRef(CleanupSym), 4); in emitCXXFrameHandler3Table()
[all …]
H A DAIXException.cpp67 Asm->OutStreamer->emitValue(MCSymbolRefExpr::create(LSDA, Asm->OutContext), in emitExceptionInfoTable()
71 Asm->OutStreamer->emitValue(MCSymbolRefExpr::create(PerSym, Asm->OutContext), in emitExceptionInfoTable()
H A DAsmPrinterDwarf.cpp127 OutStreamer->emitValue(Exp, GetSizeOfEncodedValue(Encoding)); in emitTTypeReference()
286 V.emitValue(this); in emitDwarfDIE()
H A DAddressPool.cpp69 Asm.OutStreamer->emitValue(Entry, Asm.MAI->getCodePointerSize()); in emit()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h198 void emitValue(const AsmPrinter *Asm, dwarf::Form Form) const;
215 void emitValue(const AsmPrinter *AP, dwarf::Form Form) const;
232 void emitValue(const AsmPrinter *AP, dwarf::Form Form) const;
250 void emitValue(const AsmPrinter *AP, dwarf::Form Form) const;
268 void emitValue(const AsmPrinter *AP, dwarf::Form Form) const;
287 void emitValue(const AsmPrinter *AP, dwarf::Form Form) const;
309 void emitValue(const AsmPrinter *AP, dwarf::Form Form) const;
328 void emitValue(const AsmPrinter *AP, dwarf::Form Form) const;
347 void emitValue(const AsmPrinter *AP, dwarf::Form Form) const;
363 void emitValue(const AsmPrinter *AP, dwarf::Form Form) const;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp645 S.emitValue(DescSZ, 4); // descz in EmitNote()
958 Streamer.emitValue( in EmitAmdhsaKernelDescriptor()
961 Streamer.emitValue( in EmitAmdhsaKernelDescriptor()
964 Streamer.emitValue(KernelDescriptor.kernarg_size, in EmitAmdhsaKernelDescriptor()
974 Streamer.emitValue( in EmitAmdhsaKernelDescriptor()
984 Streamer.emitValue(KernelDescriptor.compute_pgm_rsrc3, in EmitAmdhsaKernelDescriptor()
986 Streamer.emitValue(KernelDescriptor.compute_pgm_rsrc1, in EmitAmdhsaKernelDescriptor()
988 Streamer.emitValue(KernelDescriptor.compute_pgm_rsrc2, in EmitAmdhsaKernelDescriptor()
990 Streamer.emitValue( in EmitAmdhsaKernelDescriptor()
993 Streamer.emitValue(KernelDescriptor.kernarg_preload, in EmitAmdhsaKernelDescriptor()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDKernelCodeTUtils.cpp494 OS.emitValue(compute_pgm_resource1_registers, /*Size=*/4); in EmitKernelCodeT()
500 OS.emitValue(compute_pgm_resource2_registers, /*Size=*/4); in EmitKernelCodeT()
513 OS.emitValue(CodeProps, /*Size=*/4); in EmitKernelCodeT()
518 OS.emitValue(workitem_private_segment_byte_size, /*Size=*/4); in EmitKernelCodeT()
528 OS.emitValue(wavefront_sgpr_count, /*Size=*/2); in EmitKernelCodeT()
533 OS.emitValue(workitem_vgpr_count, /*Size=*/2); in EmitKernelCodeT()
/freebsd/contrib/llvm-project/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.cpp679 OS.emitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries()
689 OS.emitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCELFStreamer.cpp39 MCELFStreamer::emitValue(MCSymbolRefExpr::create(Sym, Kind, getContext()), in emitValueForModiferKind()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp333 OS.emitValue(ABS, Size); in emitAbsValue()
367 MCOS->emitValue(makeStartPlusIntExpr(Ctx, *LineStrLabel, Offset), in emitRef()
896 MCOS->emitValue(Addr, AddrSize); in EmitGenDwarfAranges()
996 MCOS->emitValue(Start, AddrSize); in EmitGenDwarfInfo()
1001 MCOS->emitValue(End, AddrSize); in EmitGenDwarfInfo()
1069 MCOS->emitValue(AT_low_pc, AddrSize); in EmitGenDwarfInfo()
1105 MCOS->emitValue(SectionStartAddr, AddrSize); in emitGenDwarfRanges()
1122 MCOS->emitValue(SectionStartAddr, AddrSize); in emitGenDwarfRanges()
1285 streamer.emitValue(v, size); in emitFDESymbol()
1296 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()
1345 streamer.emitValue( in ARM64EmitUnwindInfo()
2433 streamer.emitValue( in ARMEmitUnwindInfo()
2474 streamer.emitValue( in ARMEmitUnwindInfo()
2502 streamer.emitValue( in ARM64EmitRuntimeFunction()
2518 streamer.emitValue( in ARMEmitRuntimeFunction()
[all...]
H A DConstantPools.cpp33 Streamer.emitValue(Entry.Value, Entry.Size, Entry.Loc); in emitEntries()
H A DMCStreamer.cpp71 void MCTargetStreamer::emitValue(const MCExpr *Value) { in emitValue() function in MCTargetStreamer
179 void MCStreamer::emitValue(const MCExpr *Value, unsigned Size, SMLoc Loc) { in emitValue() function in MCStreamer
1137 emitValue(Diff, Size); in emitAbsoluteSymbolDiff()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaTargetStreamer.cpp99 OutStreamer.emitValue(Value, 4, L); in emitLiteral()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYTargetStreamer.cpp35 Streamer.emitValue(Entry.Value, Entry.Size, Entry.Loc); in emitAll()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1392 OutStreamer->emitValue(OffsExpr, 4); in emitInstruction()
1989 OutStreamer->emitValue(OffsExpr, 4); in emitFunctionEntryLabel()
2015 OutStreamer->emitValue(TOCDeltaExpr, 8); in emitFunctionEntryLabel()
2030 OutStreamer->emitValue(MCSymbolRefExpr::create(Symbol1, OutContext), in emitFunctionEntryLabel()
2034 OutStreamer->emitValue( in emitFunctionEntryLabel()
2703 OutStreamer->emitValue(Exp, DL.getPointerSize()); in emitTracebackTable()
2890 OutStreamer->emitValue(MCSymbolRefExpr::create(CurrentFnSym, OutContext), in emitFunctionDescriptor()
2896 OutStreamer->emitValue(MCSymbolRefExpr::create(TOCBaseSym, OutContext), in emitFunctionDescriptor()
3293 OutStreamer->emitValue(Exp, GetSizeOfEncodedValue(Encoding)); in emitTTypeReference()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp879 OutStreamer->emitValue(Expr, Size); in emitMachineConstantPoolValue()
1008 OutStreamer->emitValue( in emitADASection()
1013 OutStreamer->emitValue( in emitADASection()
1022 OutStreamer->emitValue( in emitADASection()
1037 OutStreamer->emitValue( in emitADASection()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYAsmPrinter.cpp245 OutStreamer->emitValue(Expr, Size); in emitMachineConstantPoolValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h122 virtual void emitValue(const MCExpr *Value);
703 void emitValue(const MCExpr *Value, unsigned Size, SMLoc Loc = SMLoc());
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp1223 emitValue(FnStartRef, 4); in emitFnEnd()
1233 emitValue(ExTabEntryRef, 4); in emitFnEnd()
1314 emitValue(PersonalityRef, 4); in FlushUnwindOpcodes()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp100 OutStreamer->emitValue(E, Size); in emitXXStructor()
533 OutStreamer.emitValue( in emitNonLazySymbolPointer()
991 OutStreamer->emitValue(Expr, Size); in emitMachineConstantPoolValue()
1034 OutStreamer->emitValue(Expr, 4); in emitJumpTableAddrs()
1110 OutStreamer->emitValue(Expr, OffsetWidth); in emitJumpTableTBInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp407 OS.emitValue(MCSymbolRefExpr::create(FPO->Function, in emitFPOData()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp421 Streamer.emitValue(MCSymbolRefExpr::create(&S, Kind, Streamer.getContext()), in emitTCEntry()

12