Home | History | Annotate | Download | only in MC

Lines Matching full:cuid

130                                       unsigned CUID) {
132 if (!LineSection->containEntriesForID(CUID))
144 it = LineSection->getMCLineEntries(CUID).begin(),
145 ie = LineSection->getMCLineEntries(CUID).end(); it != ie; ++it) {
222 // CUID and MCLineTableSymbols are set in DwarfDebug, when DwarfDebug does
223 // not exist, CUID will be 0 and MCLineTableSymbols will be empty.
242 const MCSymbol *MCDwarfFileTable::EmitCU(MCStreamer *MCOS, unsigned CUID) {
246 MCSymbol *LineStartSym = MCOS->getContext().getMCLineTableSymbol(CUID);
298 context.getMCDwarfDirs(CUID);
307 MCOS->getContext().getMCDwarfFiles(CUID);
332 EmitDwarfLineTable(MCOS, Sec, Line, CUID);