Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp326 void DIEValue::emitValue(const AsmPrinter *AP) const { in emitValue() function in DIEValue
332 getDIE##T().emitValue(AP, Form); \ in emitValue()
375 void DIEInteger::emitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in emitValue() function in DIEInteger
466 void DIEExpr::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEExpr
494 void DIELabel::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIELabel
524 void DIEBaseTypeRef::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEBaseTypeRef
543 void DIEDelta::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEDelta
573 void DIEString::emitValue(const AsmPrinter *AP, dwarf::Form Form) const { in emitValue() function in DIEString
582 DIEInteger(S.getIndex()).emitValue(AP, Form); in emitValue()
586 DIELabel(S.getSymbol()).emitValue(AP, Form); in emitValue()
[all …]
H A DWinException.cpp285 Asm->OutStreamer->emitValue(create32bitRef(FuncInfoXData), 4); in endFuncletImpl()
603 OS.emitValue(EntryCount, 4); in emitCSpecificHandlerTable()
665 OS.emitValue(getLabel(BeginLabel), 4); in emitSEHActionsForRange()
667 OS.emitValue(getLabel(EndLabel), 4); in emitSEHActionsForRange()
670 OS.emitValue(FilterOrFinally, 4); in emitSEHActionsForRange()
672 OS.emitValue(ExceptOrNull, 4); in emitSEHActionsForRange()
747 OS.emitValue(create32bitRef(UnwindMapXData), 4); in emitCXXFrameHandler3Table()
753 OS.emitValue(create32bitRef(TryBlockMapXData), 4); in emitCXXFrameHandler3Table()
759 OS.emitValue(create32bitRef(IPToStateXData), 4); in emitCXXFrameHandler3Table()
785 OS.emitValue(create32bitRef(CleanupSym), 4); in emitCXXFrameHandler3Table()
[all …]
H A DAIXException.cpp55 Asm->OutStreamer->emitValue(MCSymbolRefExpr::create(LSDA, Asm->OutContext), in emitExceptionInfoTable()
59 Asm->OutStreamer->emitValue(MCSymbolRefExpr::create(PerSym, Asm->OutContext), in emitExceptionInfoTable()
H A DAsmPrinterDwarf.cpp153 OutStreamer->emitValue(Exp, GetSizeOfEncodedValue(Encoding)); in emitTTypeReference()
301 V.emitValue(this); in emitDwarfDIE()
H A DAddressPool.cpp68 Asm.OutStreamer->emitValue(Entry, Asm.getDataLayout().getPointerSize()); in emit()
H A DAsmPrinter.cpp699 OutStreamer->emitValue(Value, Size); in emitDebugValue()
1916 OutStreamer->emitValue( in doFinalization()
2212 OutStreamer->emitValue(Value, EntrySize); in emitJumpTableEntry()
2417 OutStreamer->emitValue(Expr, Size); in emitLabelPlusOffset()
3046 AP.OutStreamer->emitValue(ME, Size); in emitGlobalConstantImpl()
H A DEHStreamer.cpp686 Asm->OutStreamer->emitValue( in emitExceptionTable()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DDIE.h193 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 …]
/netbsd-src/external/apache2/llvm/dist/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.cpp665 OS.emitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries()
675 OS.emitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCWin64EH.cpp58 Streamer.emitValue(Diff, 1); in EmitAbsDifference()
139 streamer.emitValue(MCBinaryExpr::createAdd(BaseRefRel, Ofs, Context), 4); in EmitSymbolRefWithOfs()
149 streamer.emitValue(MCSymbolRefExpr::create(info->Symbol, in EmitRuntimeFunction()
214 streamer.emitValue(MCSymbolRefExpr::create(info->ExceptionHandler, in EmitUnwindInfo()
1065 streamer.emitValue( in ARM64EmitUnwindInfo()
1080 streamer.emitValue( in ARM64EmitRuntimeFunction()
H A DMCDwarf.cpp310 OS.emitValue(ABS, Size); in emitAbsValue()
331 MCOS->emitValue(makeStartPlusIntExpr(Ctx, *LineStrLabel, Offset), RefSize); in emitRef()
909 MCOS->emitValue(Addr, AddrSize); in EmitGenDwarfAranges()
1009 MCOS->emitValue(Start, AddrSize); in EmitGenDwarfInfo()
1014 MCOS->emitValue(End, AddrSize); in EmitGenDwarfInfo()
1082 MCOS->emitValue(AT_low_pc, AddrSize); in EmitGenDwarfInfo()
1118 MCOS->emitValue(SectionStartAddr, AddrSize); in emitGenDwarfRanges()
1135 MCOS->emitValue(SectionStartAddr, AddrSize); in emitGenDwarfRanges()
1298 streamer.emitValue(v, size); in emitFDESymbol()
1309 streamer.emitValue(v, size); in EmitPersonality()
H A DConstantPools.cpp33 Streamer.emitValue(Entry.Value, Entry.Size, Entry.Loc); in emitEntries()
H A DMCStreamer.cpp69 void MCTargetStreamer::emitValue(const MCExpr *Value) { in emitValue() function in MCTargetStreamer
175 void MCStreamer::emitValue(const MCExpr *Value, unsigned Size, SMLoc Loc) { in emitValue() function in MCStreamer
1107 emitValue(Diff, Size); in emitAbsoluteSymbolDiff()
H A DMCAsmStreamer.cpp1185 emitValue(MCConstantExpr::create(Value, getContext()), Size); in emitIntValue()
1189 emitValue(MCConstantExpr::create(Value, getContext(), true), Size); in emitIntValueInHex()
1194 emitValue(MCConstantExpr::create(Value, getContext(), true, Size), Size); in emitIntValueInHexWithPadding()
1248 TS->emitValue(Value); in emitValueImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCELFStreamer.cpp39 MCELFStreamer::emitValue(MCSymbolRefExpr::create(Sym, Kind, getContext()), in emitValueForModiferKind()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1127 OutStreamer->emitValue(OffsExpr, 4); in emitInstruction()
1554 OutStreamer->emitValue(OffsExpr, 4); in emitFunctionEntryLabel()
1580 OutStreamer->emitValue(TOCDeltaExpr, 8); in emitFunctionEntryLabel()
1595 OutStreamer->emitValue(MCSymbolRefExpr::create(Symbol1, OutContext), in emitFunctionEntryLabel()
1599 OutStreamer->emitValue( in emitFunctionEntryLabel()
2126 OutStreamer->emitValue(Exp, DL.getPointerSize()); in emitTracebackTable()
2254 OutStreamer->emitValue(MCSymbolRefExpr::create(CurrentFnSym, OutContext), in emitFunctionDescriptor()
2260 OutStreamer->emitValue(MCSymbolRefExpr::create(TOCBaseSym, OutContext), in emitFunctionDescriptor()
2516 OutStreamer->emitValue(Exp, GetSizeOfEncodedValue(Encoding)); in emitTTypeReference()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCStreamer.h119 virtual void emitValue(const MCExpr *Value);
686 void emitValue(const MCExpr *Value, unsigned Size, SMLoc Loc = SMLoc());
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp103 OutStreamer->emitValue(E, Size); in emitXXStructor()
518 OutStreamer.emitValue( in emitNonLazySymbolPointer()
952 OutStreamer->emitValue(Expr, Size); in emitMachineConstantPoolValue()
995 OutStreamer->emitValue(Expr, 4); in emitJumpTableAddrs()
1071 OutStreamer->emitValue(Expr, OffsetWidth); in emitJumpTableTBInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp1301 emitValue(FnStartRef, 4); in emitFnEnd()
1311 emitValue(ExTabEntryRef, 4); in emitFnEnd()
1392 emitValue(PersonalityRef, 4); in FlushUnwindOpcodes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp327 Streamer.emitValue(MCSymbolRefExpr::create(&S, Kind, Streamer.getContext()), in emitTCEntry()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp513 S.emitValue(DescSZ, 4); // descz in EmitNote()
858 Streamer.emitValue(MCBinaryExpr::createSub( in EmitAmdhsaKernelDescriptor()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp406 OS.emitValue(MCSymbolRefExpr::create(FPO->Function, in emitFPOData()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp542 getParser().getStreamer().emitValue(Value, Size, L); in ParseLiteralValues()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp726 OutStreamer.emitValue( in emitNonLazySymbolPointer()

12