/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 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 D | WinException.cpp | 272 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 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 | 127 OutStreamer->emitValue(Exp, GetSizeOfEncodedValue(Encoding)); in emitTTypeReference() 286 V.emitValue(this); in emitDwarfDIE()
|
H A D | AddressPool.cpp | 69 Asm.OutStreamer->emitValue(Entry, Asm.MAI->getCodePointerSize()); in emit()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | DIE.h | 198 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 D | AMDGPUTargetStreamer.cpp | 645 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 D | AMDKernelCodeTUtils.cpp | 494 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 D | FaultMaps.cpp | 95 OS.emitValue(Fault.FaultingOffsetExpr, 4); in emitFunctionInfo() 99 OS.emitValue(Fault.HandlerOffsetExpr, 4); in emitFunctionInfo()
|
H A D | StackMaps.cpp | 679 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 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 | 333 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 D | MCWin64EH.cpp | 59 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 D | ConstantPools.cpp | 33 Streamer.emitValue(Entry.Value, Entry.Size, Entry.Loc); in emitEntries()
|
H A D | MCStreamer.cpp | 71 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 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 | 35 Streamer.emitValue(Entry.Value, Entry.Size, Entry.Loc); in emitAll()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCAsmPrinter.cpp | 1392 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 D | SystemZAsmPrinter.cpp | 879 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 D | CSKYAsmPrinter.cpp | 245 OutStreamer->emitValue(Expr, Size); in emitMachineConstantPoolValue()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCStreamer.h | 122 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 D | ARMELFStreamer.cpp | 1223 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 D | ARMAsmPrinter.cpp | 100 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 D | X86WinCOFFTargetStreamer.cpp | 407 OS.emitValue(MCSymbolRefExpr::create(FPO->Function, in emitFPOData()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCMCTargetDesc.cpp | 421 Streamer.emitValue(MCSymbolRefExpr::create(&S, Kind, Streamer.getContext()), in emitTCEntry()
|