Searched refs:BeginSym (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DebugLocStream.h | 42 const MCSymbol *BeginSym; 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 | DwarfDebug.cpp | 1590 Asm->EmitLabelDifference(Entry.BeginSym, Base, Size); in emitDebugLoc() 1593 Asm->OutStreamer->EmitSymbolValue(Entry.BeginSym, Size); in emitDebugLoc() 1615 unsigned idx = AddrPool.getIndex(Entry.BeginSym); in emitDebugLocDWO() 1617 Asm->EmitLabelDifference(Entry.EndSym, Entry.BeginSym, 4); in emitDebugLocDWO()
|
D | WinException.cpp | 1113 MCSymbol *BeginSym = getMCSymbolForMBB(Asm, HandlerBlock); in emitCLRExceptionTable() local 1114 const MCExpr *HandlerBegin = getOffset(BeginSym, FuncBeginSym); in emitCLRExceptionTable()
|