Home
last modified time | relevance | path

Searched refs:EndSym (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDebugLocStream.h43 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()
DWinException.cpp1235 MCSymbol *EndSym = EndSymbolMap[Clause.State]; in emitCLRExceptionTable() local
1236 const MCExpr *HandlerEnd = getOffset(EndSym, FuncBeginSym); in emitCLRExceptionTable()
DDwarfDebug.cpp1494 Asm->EmitLabelDifference(Entry.EndSym, Base, Size); in emitDebugLoc()
1497 Asm->OutStreamer->EmitSymbolValue(Entry.EndSym, Size); in emitDebugLoc()
1520 Asm->EmitLabelDifference(Entry.EndSym, Entry.BeginSym, 4); in emitDebugLocDWO()