Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/MC/
DMCContext.h158 DenseMap<unsigned, MCSymbol *> MCLineTableSymbols; variable
337 return MCLineTableSymbols; in getMCLineTableSymbols()
341 MCLineTableSymbols.find(ID); in getMCLineTableSymbol()
342 if (CIter == MCLineTableSymbols.end()) in getMCLineTableSymbol()
347 MCLineTableSymbols[ID] = Sym; in setMCLineTableSymbol()
/freebsd-9-stable/contrib/llvm/lib/MC/
DMCContext.cpp95 MCLineTableSymbols.clear(); in reset()
DMCDwarf.cpp220 const DenseMap<unsigned, MCSymbol *> &MCLineTableSymbols = in Emit() local
227 for (unsigned Is = 1, Ie = MCLineTableSymbols.size(); Is < Ie; Is++) in Emit()