| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIE.cpp | 319 void DIEValue::emitValue(const AsmPrinter *AP) const { in emitValue() function in DIEValue 458 void DIEExpr::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEExpr 487 void DIELabel::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIELabel 579 DIEInteger(S.getIndex()).emitValue(AP, Form); in emitValue() 583 DIELabel(S.getSymbol()).emitValue(AP, Form); in emitValue() 585 DIEInteger(S.getOffset()).emitValue(AP, Form); in emitValue() 721 void DIELoc::emitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in emitValue() function in DIELoc 734 V.emitValue(Asm); in emitValue() 786 V.emitValue(Asm); in emitValue() 862 Addr.emitValue(AP, dwarf::DW_FORM_addrx); in emitValue() [all …]
|
| H A D | WinException.cpp | 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() 876 OS.emitValue(FrameAllocOffsetRef, 4); in emitCXXFrameHandler3Table() 897 OS.emitValue(IPStatePair.first, 4); in emitCXXFrameHandler3Table() 1334 OS.emitValue(ClauseBegin, 4); in emitCLRExceptionTable() 1335 OS.emitValue(ClauseEnd, 4); in emitCLRExceptionTable() 1338 OS.emitValue(HandlerBegin, 4); in emitCLRExceptionTable() [all …]
|
| H A D | AIXException.cpp | 66 Asm->OutStreamer->emitValue(MCSymbolRefExpr::create(LSDA, Asm->OutContext), in emitExceptionInfoTable() 70 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()
|
| H A D | AsmPrinter.cpp | 922 OutStreamer->emitValue(Value, Size); in emitDebugValue() 2229 OutStreamer->emitValue(MCSymbolRefExpr::create(StubHelper, OutContext), 8); in emitGlobalIFunc() 2516 OutStreamer->emitValue( in doFinalization() 2826 OutStreamer->emitValue(Value, EntrySize); in emitJumpTableEntry() 3091 OutStreamer->emitValue(Expr, Size); in emitLabelPlusOffset() 3759 AP.OutStreamer->emitValue(ME, Size); in emitGlobalConstantImpl()
|
| /freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRMCELFStreamer.cpp | 39 MCELFStreamer::emitValue(MCSymbolRefExpr::create(Sym, Kind, getContext()), in emitValueForModiferKind()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 332 OS.emitValue(ABS, Size); in emitAbsValue() 363 MCOS->emitValue(makeStartPlusIntExpr(Ctx, *LineStrLabel, Offset), RefSize); in emitRef() 890 MCOS->emitValue(Addr, AddrSize); in EmitGenDwarfAranges() 990 MCOS->emitValue(Start, AddrSize); in EmitGenDwarfInfo() 995 MCOS->emitValue(End, AddrSize); in EmitGenDwarfInfo() 1063 MCOS->emitValue(AT_low_pc, AddrSize); in EmitGenDwarfInfo() 1099 MCOS->emitValue(SectionStartAddr, AddrSize); in emitGenDwarfRanges() 1116 MCOS->emitValue(SectionStartAddr, AddrSize); in emitGenDwarfRanges() 1279 streamer.emitValue(v, size); in emitFDESymbol() 1290 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 ARM64EmitUnwindInfoForSegment() 2433 streamer.emitValue( in ARMEmitUnwindInfo() 2474 streamer.emitValue( in ARMEmitUnwindInfo() 2502 streamer.emitValue( in ARMEmitUnwindInfo() 2518 streamer.emitValue( in ARM64EmitRuntimeFunction() [all …]
|
| H A D | ConstantPools.cpp | 33 Streamer.emitValue(Entry.Value, Entry.Size, Entry.Loc); in emitEntries()
|
| H A D | MCStreamer.cpp | 72 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 1140 emitValue(Diff, Size); in emitAbsoluteSymbolDiff()
|
| H A D | MCAsmStreamer.cpp | 1308 emitValue(MCConstantExpr::create(Value, getContext()), Size); in emitIntValue() 1312 emitValue(MCConstantExpr::create(Value, getContext(), true), Size); in emitIntValueInHex() 1317 emitValue(MCConstantExpr::create(Value, getContext(), true, Size), Size); in emitIntValueInHexWithPadding() 1371 TS->emitValue(Value); in emitValueImpl()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCAsmPrinter.cpp | 1282 OutStreamer->emitValue(OffsExpr, 4); in emitInstruction() 1763 OutStreamer->emitValue(OffsExpr, 4); in emitFunctionEntryLabel() 1789 OutStreamer->emitValue(TOCDeltaExpr, 8); in emitFunctionEntryLabel() 1804 OutStreamer->emitValue(MCSymbolRefExpr::create(Symbol1, OutContext), in emitFunctionEntryLabel() 1808 OutStreamer->emitValue( in emitFunctionEntryLabel() 2464 OutStreamer->emitValue(Exp, DL.getPointerSize()); in emitTracebackTable() 2620 OutStreamer->emitValue(MCSymbolRefExpr::create(CurrentFnSym, OutContext), in emitFunctionDescriptor() 2626 OutStreamer->emitValue(MCSymbolRefExpr::create(TOCBaseSym, OutContext), in emitFunctionDescriptor() 2982 OutStreamer->emitValue(Exp, GetSizeOfEncodedValue(Encoding)); in emitTTypeReference()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZAsmPrinter.cpp | 878 OutStreamer->emitValue(Expr, Size); in emitMachineConstantPoolValue() 988 OutStreamer->emitValue( in emitADASection() 993 OutStreamer->emitValue( in emitADASection() 1002 OutStreamer->emitValue( in emitADASection() 1017 OutStreamer->emitValue( in emitADASection()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYAsmPrinter.cpp | 245 OutStreamer->emitValue(Expr, Size); in emitMachineConstantPoolValue()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMELFStreamer.cpp | 1236 emitValue(FnStartRef, 4); in emitFnEnd() 1246 emitValue(ExTabEntryRef, 4); in emitFnEnd() 1327 emitValue(PersonalityRef, 4); in FlushUnwindOpcodes()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCStreamer.h | 121 virtual void emitValue(const MCExpr *Value); 738 void emitValue(const MCExpr *Value, unsigned Size, SMLoc Loc = SMLoc());
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUTargetStreamer.cpp | 524 S.emitValue(DescSZ, 4); // descz in EmitNote() 815 Streamer.emitValue(MCBinaryExpr::createSub( in EmitAmdhsaKernelDescriptor()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCMCTargetDesc.cpp | 413 Streamer.emitValue(MCSymbolRefExpr::create(&S, Kind, Streamer.getContext()), in emitTCEntry()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86WinCOFFTargetStreamer.cpp | 407 OS.emitValue(MCSymbolRefExpr::create(FPO->Function, in emitFPOData()
|