| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIE.cpp | 321 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 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() 780 OS.emitValue(create32bitRef(CleanupSym), 4); in emitCXXFrameHandler3Table() [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 | 149 OutStreamer->emitValue(Exp, GetSizeOfEncodedValue(Encoding)); in emitTTypeReference() 307 V.emitValue(this); in emitDwarfDIE()
|
| H A D | AddressPool.cpp | 68 Asm.OutStreamer->emitValue(Entry, Asm.getDataLayout().getPointerSize()); in emit()
|
| H A D | AsmPrinter.cpp | 868 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 D | DIE.h | 193 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 D | FaultMaps.cpp | 95 OS.emitValue(Fault.FaultingOffsetExpr, 4); in emitFunctionInfo() 99 OS.emitValue(Fault.HandlerOffsetExpr, 4); in emitFunctionInfo()
|
| H A D | StackMaps.cpp | 682 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 D | AVRMCELFStreamer.cpp | 39 MCELFStreamer::emitValue(MCSymbolRefExpr::create(Sym, Kind, getContext()), in emitValueForModiferKind()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 329 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 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() 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 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 1132 emitValue(Diff, Size); in emitAbsoluteSymbolDiff()
|
| H A D | MCAsmStreamer.cpp | 1240 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 D | CSKYTargetStreamer.cpp | 36 Streamer.emitValue(Entry.Value, Entry.Size, Entry.Loc); in emitAll()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCAsmPrinter.cpp | 1247 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 D | CSKYAsmPrinter.cpp | 245 OutStreamer->emitValue(Expr, Size); in emitMachineConstantPoolValue()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCStreamer.h | 121 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 D | ARMELFStreamer.cpp | 1237 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 D | ARMAsmPrinter.cpp | 101 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 D | PPCMCTargetDesc.cpp | 329 Streamer.emitValue(MCSymbolRefExpr::create(&S, Kind, Streamer.getContext()), in emitTCEntry()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUTargetStreamer.cpp | 543 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 D | X86WinCOFFTargetStreamer.cpp | 407 OS.emitValue(MCSymbolRefExpr::create(FPO->Function, in emitFPOData()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/AsmParser/ |
| H A D | MSP430AsmParser.cpp | 545 getParser().getStreamer().emitValue(Value, Size, L); in ParseLiteralValues()
|