| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIE.cpp | 315 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 486 void DIELabel::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIELabel 518 void DIEBaseTypeRef::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEBaseTypeRef 537 void DIEDelta::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEDelta 569 void DIEString::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEString 578 DIEInteger(S.getIndex()).emitValue(AP, Form); in emitValue() 582 DIELabel(S.getSymbol()).emitValue(AP, Form); in emitValue() [all …]
|
| H A D | WinException.cpp | 271 Asm->OutStreamer->emitValue(create32bitRef(FuncInfoXData), 4); in endFuncletImpl() 594 OS.emitValue(EntryCount, 4); in emitCSpecificHandlerTable() 656 OS.emitValue(getLabel(BeginLabel), 4); in emitSEHActionsForRange() 658 OS.emitValue(getLabelPlusOne(EndLabel), 4); in emitSEHActionsForRange() 661 OS.emitValue(FilterOrFinally, 4); in emitSEHActionsForRange() 663 OS.emitValue(ExceptOrNull, 4); in emitSEHActionsForRange() 743 OS.emitValue(create32bitRef(UnwindMapXData), 4); in emitCXXFrameHandler3Table() 749 OS.emitValue(create32bitRef(TryBlockMapXData), 4); in emitCXXFrameHandler3Table() 755 OS.emitValue(create32bitRef(IPToStateXData), 4); in emitCXXFrameHandler3Table() 786 OS.emitValue(create32bitRef(CleanupSym), 4); in emitCXXFrameHandler3Table() [all …]
|
| H A D | AIXException.cpp | 67 Asm->OutStreamer->emitValue(MCSymbolRefExpr::create(LSDA, Asm->OutContext), in emitExceptionInfoTable() 71 Asm->OutStreamer->emitValue(MCSymbolRefExpr::create(PerSym, Asm->OutContext), in emitExceptionInfoTable()
|
| H A D | AsmPrinterDwarf.cpp | 126 OutStreamer->emitValue(Exp, GetSizeOfEncodedValue(Encoding)); in emitTTypeReference() 291 V.emitValue(this); in emitDwarfDIE()
|
| H A D | AddressPool.cpp | 68 Asm.OutStreamer->emitValue(Entry, Asm.MAI->getCodePointerSize()); in emit()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | DIE.h | 199 LLVM_ABI void emitValue(const AsmPrinter *Asm, dwarf::Form Form) const; 217 LLVM_ABI void emitValue(const AsmPrinter *AP, dwarf::Form Form) const; 235 LLVM_ABI void emitValue(const AsmPrinter *AP, dwarf::Form Form) const; 254 LLVM_ABI void emitValue(const AsmPrinter *AP, dwarf::Form Form) const; 272 LLVM_ABI void emitValue(const AsmPrinter *AP, dwarf::Form Form) const; 292 LLVM_ABI void emitValue(const AsmPrinter *AP, dwarf::Form Form) const; 315 LLVM_ABI void emitValue(const AsmPrinter *AP, dwarf::Form Form) const; 334 LLVM_ABI void emitValue(const AsmPrinter *AP, dwarf::Form Form) const; 354 LLVM_ABI void emitValue(const AsmPrinter *AP, dwarf::Form Form) const; 371 LLVM_ABI void emitValue(const AsmPrinter *AP, dwarf::Form Form) const; [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDKernelCodeTUtils.cpp | 476 OS.emitValue(compute_pgm_resource1_registers, /*Size=*/4); in EmitKernelCodeT() 482 OS.emitValue(compute_pgm_resource2_registers, /*Size=*/4); in EmitKernelCodeT() 495 OS.emitValue(CodeProps, /*Size=*/4); in EmitKernelCodeT() 500 OS.emitValue(workitem_private_segment_byte_size, /*Size=*/4); in EmitKernelCodeT() 510 OS.emitValue(wavefront_sgpr_count, /*Size=*/2); in EmitKernelCodeT() 515 OS.emitValue(workitem_vgpr_count, /*Size=*/2); in EmitKernelCodeT()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | FaultMaps.cpp | 90 OS.emitValue(Fault.FaultingOffsetExpr, 4); in emitFunctionInfo() 91 OS.emitValue(Fault.HandlerOffsetExpr, 4); in emitFunctionInfo()
|
| H A D | StackMaps.cpp | 670 OS.emitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries() 680 OS.emitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUTargetStreamer.cpp | 691 S.emitValue(DescSZ, 4); // descz in EmitNote() 993 Streamer.emitValue( in EmitAmdhsaKernelDescriptor() 996 Streamer.emitValue( in EmitAmdhsaKernelDescriptor() 999 Streamer.emitValue(KernelDescriptor.kernarg_size, in EmitAmdhsaKernelDescriptor() 1009 Streamer.emitValue( in EmitAmdhsaKernelDescriptor() 1017 Streamer.emitValue(KernelDescriptor.compute_pgm_rsrc3, in EmitAmdhsaKernelDescriptor() 1019 Streamer.emitValue(KernelDescriptor.compute_pgm_rsrc1, in EmitAmdhsaKernelDescriptor() 1021 Streamer.emitValue(KernelDescriptor.compute_pgm_rsrc2, in EmitAmdhsaKernelDescriptor() 1023 Streamer.emitValue( in EmitAmdhsaKernelDescriptor() 1026 Streamer.emitValue(KernelDescriptor.kernarg_preload, in EmitAmdhsaKernelDescriptor()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/ |
| H A D | NVPTXTargetStreamer.cpp | 142 void NVPTXTargetStreamer::emitValue(const MCExpr *Value) { in emitValue() function in NVPTXTargetStreamer 153 MCTargetStreamer::emitValue(Value); in emitValue()
|
| H A D | NVPTXTargetStreamer.h | 52 void emitValue(const MCExpr *Value) override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchAsmPrinter.cpp | 291 OutStreamer->emitValue( in emitJumpTableInfo() 295 OutStreamer->emitValue( in emitJumpTableInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRMCELFStreamer.cpp | 39 MCELFStreamer::emitValue(MCSymbolRefExpr::create(Sym, Kind, getContext()), in emitValueForModiferKind()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 372 OS.emitValue(ABS, Size); in emitAbsValue() 406 MCOS->emitValue(makeStartPlusIntExpr(Ctx, *LineStrLabel, Offset), in emitRef() 934 MCOS->emitValue(Addr, AddrSize); in EmitGenDwarfAranges() 1033 MCOS->emitValue(Start, AddrSize); in EmitGenDwarfInfo() 1037 MCOS->emitValue(End, AddrSize); in EmitGenDwarfInfo() 1104 MCOS->emitValue(AT_low_pc, AddrSize); in EmitGenDwarfInfo() 1140 MCOS->emitValue(SectionStartAddr, AddrSize); in emitGenDwarfRanges() 1157 MCOS->emitValue(SectionStartAddr, AddrSize); in emitGenDwarfRanges() 1320 streamer.emitValue(v, size); in emitFDESymbol() 1331 streamer.emitValue(v, size); in EmitPersonality()
|
| H A D | MCWin64EH.cpp | 102 Streamer.emitValue(Diff, 1); in EmitAbsDifference() 181 streamer.emitValue(MCBinaryExpr::createAdd(BaseRefRel, OffExpr, Context), 4); in EmitSymbolRefWithOfs() 194 streamer.emitValue(MCBinaryExpr::createAdd(BaseRefRel, Ofs, Context), 4); in EmitSymbolRefWithOfs() 204 streamer.emitValue(MCSymbolRefExpr::create(info->Symbol, in EmitRuntimeFunction() 368 streamer.emitValue(MCSymbolRefExpr::create(info->ExceptionHandler, in EmitUnwindInfo() 1551 streamer.emitValue( in ARM64EmitUnwindInfoForSegment() 2639 streamer.emitValue( in ARMEmitUnwindInfo() 2680 streamer.emitValue( in ARMEmitUnwindInfo() 2708 streamer.emitValue( in ARMEmitUnwindInfo() 2724 streamer.emitValue( in ARM64EmitRuntimeFunction() [all …]
|
| H A D | ConstantPools.cpp | 33 Streamer.emitValue(Entry.Value, Entry.Size, Entry.Loc); in emitEntries()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/ |
| H A D | XtensaTargetStreamer.cpp | 99 OutStreamer.emitValue(Value, 4, L); in emitLiteral()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYTargetStreamer.cpp | 36 Streamer.emitValue(Entry.Value, Entry.Size, Entry.Loc); in emitAll()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVTargetStreamer.cpp | 94 OutStreamer.emitValue(NDescSzExpr, 4); // n_descsz in emitNoteGnuPropertySection()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCAsmPrinter.cpp | 1382 OutStreamer->emitValue(OffsExpr, 4); in emitInstruction() 1967 OutStreamer->emitValue(OffsExpr, 4); in emitFunctionEntryLabel() 1993 OutStreamer->emitValue(TOCDeltaExpr, 8); in emitFunctionEntryLabel() 2008 OutStreamer->emitValue(MCSymbolRefExpr::create(Symbol1, OutContext), in emitFunctionEntryLabel() 2012 OutStreamer->emitValue( in emitFunctionEntryLabel() 2682 OutStreamer->emitValue(Exp, DL.getPointerSize()); in emitTracebackTable() 2869 OutStreamer->emitValue(MCSymbolRefExpr::create(CurrentFnSym, OutContext), in emitFunctionDescriptor() 2875 OutStreamer->emitValue(MCSymbolRefExpr::create(TOCBaseSym, OutContext), in emitFunctionDescriptor() 3326 OutStreamer->emitValue(Exp, GetSizeOfEncodedValue(Encoding)); in emitTTypeReference()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZAsmPrinter.cpp | 1011 OutStreamer->emitValue(Expr, Size); in emitMachineConstantPoolValue() 1146 OutStreamer->emitValue( in emitADASection() 1150 OutStreamer->emitValue( in emitADASection() 1158 OutStreamer->emitValue( in emitADASection() 1172 OutStreamer->emitValue( in emitADASection()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYAsmPrinter.cpp | 245 OutStreamer->emitValue(Expr, Size); in emitMachineConstantPoolValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMAsmPrinter.cpp | 102 OutStreamer->emitValue(E, Size); in emitXXStructor() 542 OutStreamer.emitValue( in emitNonLazySymbolPointer() 998 OutStreamer->emitValue(Expr, Size); in emitMachineConstantPoolValue() 1041 OutStreamer->emitValue(Expr, 4); in emitJumpTableAddrs() 1117 OutStreamer->emitValue(Expr, OffsetWidth); in emitJumpTableTBInst()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCStreamer.h | 122 virtual void emitValue(const MCExpr *Value); 725 void emitValue(const MCExpr *Value, unsigned Size, SMLoc Loc = SMLoc());
|