Searched refs:EndSym (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DebugLocStream.h | 43 const MCSymbol *EndSym; member 46 Entry(const MCSymbol *BeginSym, const MCSymbol *EndSym, size_t ByteOffset, in Entry() 48 : BeginSym(BeginSym), EndSym(EndSym), ByteOffset(ByteOffset), in Entry() 96 void startEntry(const MCSymbol *BeginSym, const MCSymbol *EndSym) { in startEntry() argument 97 Entries.emplace_back(BeginSym, EndSym, DWARFBytes.size(), Comments.size()); in startEntry()
|
D | WinException.cpp | 1115 MCSymbol *EndSym = EndSymbolMap[Clause.State]; in emitCLRExceptionTable() local 1116 const MCExpr *HandlerEnd = getOffset(EndSym, FuncBeginSym); in emitCLRExceptionTable()
|
D | DwarfDebug.cpp | 1591 Asm->EmitLabelDifference(Entry.EndSym, Base, Size); in emitDebugLoc() 1594 Asm->OutStreamer->EmitSymbolValue(Entry.EndSym, Size); in emitDebugLoc() 1617 Asm->EmitLabelDifference(Entry.EndSym, Entry.BeginSym, 4); in emitDebugLocDWO()
|