Searched refs:MCLineSections (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCContext.h133 DenseMap<const MCSection *, MCLineSection *> MCLineSections; member in class:llvm::MCContext
257 return MCLineSections;
263 MCLineSections[Sec] = Line;
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DMCDwarf.cpp91 const DenseMap<const MCSection *, MCLineSection *> &MCLineSections = local
93 MCLineSection *LineSection = MCLineSections.lookup(Section);
96 // table is created using it by iterating through the MCLineSections
99 // Save a pointer to the new LineSection into the MCLineSections DenseMap.
295 const DenseMap<const MCSection *, MCLineSection *> &MCLineSections = local
303 const MCLineSection *Line = MCLineSections.lookup(Sec);
306 // Now delete the MCLineSections that were created in MCLineEntry::Make()

Completed in 413 milliseconds