Home
last modified time | relevance | path

Searched refs:MCLineSections (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCContext.h108 DenseMap<const MCSection *, MCLineSection *> MCLineSections; variable
224 return MCLineSections; in getMCLineSections()
230 MCLineSections[Sec] = Line; in addMCLineSection()
/external/llvm/include/llvm/MC/
DMCDwarf.h227 MCLineSection MCLineSections; variable
268 return MCLineSections; in getMCLineSections()
271 return MCLineSections; in getMCLineSections()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCDwarf.cpp88 const DenseMap<const MCSection *, MCLineSection *> &MCLineSections = in Make() local
90 MCLineSection *LineSection = MCLineSections.lookup(Section); in Make()
292 const DenseMap<const MCSection *, MCLineSection *> &MCLineSections = in Emit() local
300 const MCLineSection *Line = MCLineSections.lookup(Sec); in Emit()
/external/llvm/lib/MC/
DMCDwarf.cpp323 for (const auto &LineSec : MCLineSections.getMCLineEntries()) in EmitCU()