Searched refs:MCLineTableSymbols (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCContext.h158 DenseMap<unsigned, MCSymbol *> MCLineTableSymbols; member in class:llvm::MCContext
337 return MCLineTableSymbols;
341 MCLineTableSymbols.find(ID);
342 if (CIter == MCLineTableSymbols.end())
347 MCLineTableSymbols[ID] = Sym;
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCContext.cpp95 MCLineTableSymbols.clear();
H A DMCDwarf.cpp220 const DenseMap<unsigned, MCSymbol *> &MCLineTableSymbols = local
222 // CUID and MCLineTableSymbols are set in DwarfDebug, when DwarfDebug does
223 // not exist, CUID will be 0 and MCLineTableSymbols will be empty.
227 for (unsigned Is = 1, Ie = MCLineTableSymbols.size(); Is < Ie; Is++)

Completed in 110 milliseconds