/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DIE.cpp | 194 void DIEValue::EmitValue(const AsmPrinter *AP) const { in EmitValue() function in DIEValue 200 getDIE##T().EmitValue(AP, Form); \ in EmitValue() 242 void DIEInteger::EmitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in EmitValue() function in DIEInteger 320 void DIEExpr::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIEExpr 321 AP->OutStreamer->EmitValue(Expr, SizeOf(AP, Form)); in EmitValue() 342 void DIELabel::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIELabel 367 void DIEDelta::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIEDelta 391 void DIEString::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIEString 398 DIEInteger(S.getIndex()).EmitValue(AP, Form); in EmitValue() 405 DIELabel(S.getSymbol()).EmitValue(AP, Form); in EmitValue() [all …]
|
D | WinException.cpp | 247 Asm->OutStreamer->EmitValue(create32bitRef(FuncInfoXData), 4); in endFunclet() 530 OS.EmitValue(EntryCount, 4); in emitCSpecificHandlerTable() 586 OS.EmitValue(getLabelPlusOne(BeginLabel), 4); in emitSEHActionsForRange() 587 OS.EmitValue(getLabelPlusOne(EndLabel), 4); in emitSEHActionsForRange() 588 OS.EmitValue(FilterOrFinally, 4); in emitSEHActionsForRange() 589 OS.EmitValue(ExceptOrNull, 4); in emitSEHActionsForRange() 652 OS.EmitValue(create32bitRef(UnwindMapXData), 4); // UnwindMap in emitCXXFrameHandler3Table() 654 OS.EmitValue(create32bitRef(TryBlockMapXData), 4); // TryBlockMap in emitCXXFrameHandler3Table() 656 OS.EmitValue(create32bitRef(IPToStateXData), 4); // IPToStateMap in emitCXXFrameHandler3Table() 672 OS.EmitValue(create32bitRef(CleanupSym), 4); // Action in emitCXXFrameHandler3Table() [all …]
|
D | AsmPrinterDwarf.cpp | 143 OutStreamer->EmitValue(Exp, GetSizeOfEncodedValue(Encoding)); in EmitTTypeReference() 271 V.EmitValue(this); in emitDwarfDIE()
|
D | AddressPool.cpp | 44 Asm.OutStreamer->EmitValue(Entry, Asm.getDataLayout().getPointerSize()); in emit()
|
D | DwarfAccelTable.cpp | 198 Asm->OutStreamer->EmitValue(Sub, sizeof(uint32_t)); in emitOffsets()
|
D | WinCodeViewLineTables.cpp | 177 Streamer.EmitValue(AddrDelta, Size); in EmitLabelDiff()
|
D | AsmPrinter.cpp | 1478 OutStreamer->EmitValue(Value, EntrySize); in EmitJumpTableEntry() 1677 OutStreamer->EmitValue(Expr, Size); in EmitLabelPlusOffset() 2266 AP.OutStreamer->EmitValue(ME, Size); in emitGlobalConstantImpl()
|
/external/llvm/include/llvm/CodeGen/ |
D | DIE.h | 141 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const; 160 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const; 179 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const; 195 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const; 213 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const; 237 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const; 256 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const; 279 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const; 423 void EmitValue(const AsmPrinter *AP) const; 725 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const; [all …]
|
/external/llvm/lib/MC/ |
D | MCWin64EH.cpp | 56 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()
|
D | MCDwarf.cpp | 242 OS.EmitValue(ABS, Size); in emitAbsValue() 620 MCOS->EmitValue(Addr, AddrSize); in EmitGenDwarfAranges() 707 MCOS->EmitValue(Start, AddrSize); in EmitGenDwarfInfo() 712 MCOS->EmitValue(End, AddrSize); in EmitGenDwarfInfo() 774 MCOS->EmitValue(AT_low_pc, AddrSize); in EmitGenDwarfInfo() 815 MCOS->EmitValue(SectionStartAddr, AddrSize); in EmitGenDwarfRanges() 983 streamer.EmitValue(v, size); in emitFDESymbol() 994 streamer.EmitValue(v, size); in EmitPersonality()
|
D | ConstantPools.cpp | 32 Streamer.EmitValue(I->Value, I->Size, I->Loc); in emitEntries()
|
D | MCStreamer.cpp | 110 void MCStreamer::EmitValue(const MCExpr *Value, unsigned Size, SMLoc Loc) { in EmitValue() function in MCStreamer 138 EmitValue(E, 1); in EmitFill() 664 EmitValue(Diff, Size); in emitAbsoluteSymbolDiff()
|
D | MCAsmStreamer.cpp | 688 EmitValue(MCConstantExpr::create(Value, getContext()), Size); in EmitIntValue()
|
/external/llvm/lib/CodeGen/ |
D | FaultMaps.cpp | 97 OS.EmitValue(Fault.FaultingOffsetExpr, 4); in emitFunctionInfo() 101 OS.EmitValue(Fault.HandlerOffsetExpr, 4); in emitFunctionInfo()
|
D | StackMaps.cpp | 482 OS.EmitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries() 492 OS.EmitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 816 OutStreamer->EmitValue(OffsExpr, 4); in EmitInstruction() 1087 OutStreamer->EmitValue(OffsExpr, 4); in EmitFunctionEntryLabel() 1108 OutStreamer->EmitValue(MCSymbolRefExpr::create(Symbol1, OutContext), in EmitFunctionEntryLabel() 1112 OutStreamer->EmitValue( in EmitFunctionEntryLabel() 1510 OutStreamer->EmitValue(MCSymbolRefExpr::create(MCSym.getPointer(), in doFinalization() 1528 OutStreamer->EmitValue(MCSymbolRefExpr:: in doFinalization()
|
/external/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 97 OutStreamer->EmitValue(E, Size); in EmitXXStructor() 489 OutStreamer.EmitValue( in emitNonLazySymbolPointer() 959 OutStreamer->EmitValue(Expr, Size); in EmitMachineConstantPoolValue() 1003 OutStreamer->EmitValue(Expr, 4); in EmitJumpTableAddrs() 1072 OutStreamer->EmitValue(Expr, OffsetWidth); in EmitJumpTableTBInst()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFStreamer.cpp | 1137 EmitValue(FnStartRef, 4); in emitFnEnd() 1147 EmitValue(ExTabEntryRef, 4); in emitFnEnd() 1228 EmitValue(PersonalityRef, 4); in FlushUnwindOpcodes()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 293 OutStreamer->EmitValue(Expr, Size); in EmitMachineConstantPoolValue()
|
/external/llvm/include/llvm/MC/ |
D | MCStreamer.h | 527 void EmitValue(const MCExpr *Value, unsigned Size, SMLoc Loc = SMLoc());
|
/external/llvm/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 559 OutStreamer.EmitValue( in emitNonLazySymbolPointer()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonAsmPrinter.cpp | 252 OutStreamer.EmitValue(Imm.getExpr(), AlignSize); in smallData()
|
/external/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 973 getStreamer().EmitValue(Value, Size); in ParseDirectiveValue() 1748 getStreamer().EmitValue(MO_1.getExpr(), 4); in processInstruction()
|
/external/llvm/lib/Target/Sparc/AsmParser/ |
D | SparcAsmParser.cpp | 661 getParser().getStreamer().EmitValue(Value, Size); in parseDirectiveWord()
|
/external/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 1743 getStreamer().EmitValue(Value, Size, ExprLoc); in ParseDirectiveWord()
|