Home
last modified time | relevance | path

Searched refs:getMCLineEntries (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/llvm/include/llvm/MC/
HDMCDwarf.h210 const MCLineEntryCollection &getMCLineEntries(unsigned CUID) const { in getMCLineEntries() function
/trueos/contrib/llvm/lib/MC/
HDMCDwarf.cpp144 it = LineSection->getMCLineEntries(CUID).begin(), in EmitDwarfLineTable()
145 ie = LineSection->getMCLineEntries(CUID).end(); it != ie; ++it) { in EmitDwarfLineTable()