Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCContext.h158 DenseMap<unsigned, MCSymbol *> MCLineTableSymbols; variable
330 return MCLineTableSymbols; in getMCLineTableSymbols()
334 MCLineTableSymbols.find(ID); in getMCLineTableSymbol()
335 if (CIter == MCLineTableSymbols.end()) in getMCLineTableSymbol()
340 MCLineTableSymbols[ID] = Sym; in setMCLineTableSymbol()
/external/llvm/lib/MC/
DMCContext.cpp91 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()