Home
last modified time | relevance | path

Searched refs:EmitValue (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm/lib/CodeGen/AsmPrinter/
DWin64Exception.cpp261 Asm->OutStreamer.EmitValue(Begin, 4); in emitCSpecificHandlerTable()
262 Asm->OutStreamer.EmitValue(End, 4); in emitCSpecificHandlerTable()
267 Asm->OutStreamer.EmitValue(createImageRel32(Asm->getSymbol(TI)), 4); in emitCSpecificHandlerTable()
272 Asm->OutStreamer.EmitValue(createImageRel32(ClauseLabel), 4); in emitCSpecificHandlerTable()
288 OS.EmitValue(createImageRel32(FuncInfoXData), 4); in emitCXXFrameHandler3Table()
390 OS.EmitValue(createImageRel32(UnwindMapXData), 4); // UnwindMap in emitCXXFrameHandler3Table()
392 OS.EmitValue(createImageRel32(TryBlockMapXData), 4); // TryBlockMap in emitCXXFrameHandler3Table()
394 OS.EmitValue(createImageRel32(IPToStateXData), 4); // IPToStateMap in emitCXXFrameHandler3Table()
407 OS.EmitValue(createImageRel32(UME.Cleanup), 4); // Action in emitCXXFrameHandler3Table()
445 OS.EmitValue(createImageRel32(HandlerMapXData), 4); // HandlerArray in emitCXXFrameHandler3Table()
[all …]
DDIE.cpp208 void DIEInteger::EmitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in EmitValue() function in DIEInteger
285 void DIEExpr::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIEExpr
286 AP->OutStreamer.EmitValue(Expr, SizeOf(AP, Form)); in EmitValue()
311 void DIELabel::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIELabel
339 void DIEDelta::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIEDelta
364 void DIEString::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIEString
365 Access->EmitValue(AP, Form); in EmitValue()
387 void DIEEntry::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIEEntry
429 void DIETypeSignature::EmitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in EmitValue() function in DIETypeSignature
460 void DIELoc::EmitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in EmitValue() function in DIELoc
[all …]
DAddressPool.cpp44 Asm.OutStreamer.EmitValue(Entry, Asm.getDataLayout().getPointerSize()); in emit()
DAsmPrinterDwarf.cpp154 OutStreamer.EmitValue(Exp, GetSizeOfEncodedValue(Encoding)); in EmitTTypeReference()
274 Values[i]->EmitValue(this, Form); in emitDwarfDIE()
DDwarfAccelTable.cpp198 Asm->OutStreamer.EmitValue(Sub, sizeof(uint32_t)); in emitOffsets()
DWinCodeViewLineTables.cpp178 Streamer.EmitValue(AddrDelta, Size); in EmitLabelDiff()
DAsmPrinter.cpp1416 OutStreamer.EmitValue(Value, EntrySize); in EmitJumpTableEntry()
1600 OutStreamer.EmitValue(Diff, Size); in EmitLabelDifference()
1627 OutStreamer.EmitValue(Expr, Size); in EmitLabelPlusOffset()
2248 AP.OutStreamer.EmitValue(ME, Size); in emitGlobalConstantImpl()
/external/llvm/include/llvm/CodeGen/
DDIE.h233 virtual void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const = 0;
278 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const override;
306 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const override;
335 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const override;
366 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const override;
396 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const override;
425 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const override;
455 void EmitValue(const AsmPrinter *Asm, dwarf::Form Form) const override;
502 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const override;
542 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const override;
[all …]
/external/llvm/lib/MC/
DMCWin64EH.cpp56 Streamer.EmitValue(Diff, 1); in EmitAbsDifference()
135 streamer.EmitValue(MCBinaryExpr::CreateAdd(BaseRefRel, Ofs, Context), 4); in EmitSymbolRefWithOfs()
145 streamer.EmitValue(MCSymbolRefExpr::Create(info->Symbol, in EmitRuntimeFunction()
210 streamer.EmitValue(MCSymbolRefExpr::Create(info->ExceptionHandler, in EmitUnwindInfo()
DMCDwarf.cpp255 OS.EmitValue(ABS, Size); in emitAbsValue()
621 MCOS->EmitValue(Addr, AddrSize); in EmitGenDwarfAranges()
708 MCOS->EmitValue(Start, AddrSize); in EmitGenDwarfInfo()
713 MCOS->EmitValue(End, AddrSize); in EmitGenDwarfInfo()
775 MCOS->EmitValue(AT_low_pc, AddrSize); in EmitGenDwarfInfo()
817 MCOS->EmitValue(SectionStartAddr, AddrSize); in EmitGenDwarfRanges()
985 streamer.EmitValue(v, size); in emitFDESymbol()
996 streamer.EmitValue(v, size); in EmitPersonality()
DConstantPools.cpp32 Streamer.EmitValue(I->Value, I->Size); in emitEntries()
DMCStreamer.cpp108 void MCStreamer::EmitValue(const MCExpr *Value, unsigned Size, in EmitValue() function in MCStreamer
137 EmitValue(E, 1); in EmitFill()
DMCAsmStreamer.cpp646 EmitValue(MCConstantExpr::Create(Value, getContext()), Size); in EmitIntValue()
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp772 OutStreamer.EmitValue(OffsExpr, 4); in EmitInstruction()
1044 OutStreamer.EmitValue(OffsExpr, 4); in EmitFunctionEntryLabel()
1065 OutStreamer.EmitValue(MCSymbolRefExpr::Create(Symbol1, OutContext), in EmitFunctionEntryLabel()
1069 OutStreamer.EmitValue(MCSymbolRefExpr::Create(Symbol2, in EmitFunctionEntryLabel()
1470 OutStreamer.EmitValue(MCSymbolRefExpr::Create(MCSym.getPointer(), in doFinalization()
1488 OutStreamer.EmitValue(MCSymbolRefExpr:: in doFinalization()
/external/llvm/lib/CodeGen/
DStackMaps.cpp476 OS.EmitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries()
486 OS.EmitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries()
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp98 OutStreamer.EmitValue(E, Size); in EmitXXStructor()
474 OutStreamer.EmitValue( in emitNonLazySymbolPointer()
927 OutStreamer.EmitValue(Expr, Size); in EmitMachineConstantPoolValue()
975 OutStreamer.EmitValue(Expr, 4); in EmitJumpTable()
1033 OutStreamer.EmitValue(Expr, OffsetWidth); in EmitJump2Table()
/external/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp227 OutStreamer.EmitValue(Expr, Size); in EmitMachineConstantPoolValue()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp1161 EmitValue(FnStartRef, 4); in emitFnEnd()
1171 EmitValue(ExTabEntryRef, 4); in emitFnEnd()
1252 EmitValue(PersonalityRef, 4); in FlushUnwindOpcodes()
/external/llvm/include/llvm/MC/
DMCStreamer.h541 void EmitValue(const MCExpr *Value, unsigned Size,
/external/llvm/lib/Target/X86/
DX86AsmPrinter.cpp551 OutStreamer.EmitValue( in emitNonLazySymbolPointer()
/external/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp528 getParser().getStreamer().EmitValue(Value, Size); in parseDirectiveWord()
/external/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp1645 getParser().getStreamer().EmitValue(Value, Size); in ParseDirectiveWord()
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2879 getParser().getStreamer().EmitValue(Value, Size); in ParseDirectiveWord()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp2401 getStreamer().EmitValue(Value, Size, ExprLoc); in parseDirectiveValue()
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp3990 getParser().getStreamer().EmitValue(Value, Size); in parseDirectiveWord()

12