Searched defs:MCLineSections (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCContext.h108 DenseMap<const MCSection *, MCLineSection *> MCLineSections; member in class:llvm::MCContext
224 return MCLineSections;
230 MCLineSections[Sec] = Line;
/external/llvm/include/llvm/MC/
H A DMCDwarf.h227 MCLineSection MCLineSections; member in class:llvm::MCDwarfLineTable
268 return MCLineSections;
271 return MCLineSections;
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCDwarf.cpp88 const DenseMap<const MCSection *, MCLineSection *> &MCLineSections = local
90 MCLineSection *LineSection = MCLineSections.lookup(Section);
93 // table is created using it by iterating through the MCLineSections
96 // Save a pointer to the new LineSection into the MCLineSections DenseMap.
292 const DenseMap<const MCSection *, MCLineSection *> &MCLineSections = local
300 const MCLineSection *Line = MCLineSections.lookup(Sec);
303 // Now delete the MCLineSections that were created in MCLineEntry::Make()

Completed in 3916 milliseconds