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

/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCContext.h151 DenseMap<const MCSection *, MCLineSection *> MCLineSections; member in class:llvm::MCContext
321 return MCLineSections;
327 MCLineSections[Sec] = Line;
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCDwarf.cpp85 const DenseMap<const MCSection *, MCLineSection *> &MCLineSections = local
87 MCLineSection *LineSection = MCLineSections.lookup(Section);
90 // table is created using it by iterating through the MCLineSections
93 // Save a pointer to the new LineSection into the MCLineSections DenseMap.
230 // Now delete the MCLineSections that were created in MCLineEntry::Make()
232 const DenseMap<const MCSection *, MCLineSection *> &MCLineSections = local
235 MCLineSections.begin(), ie = MCLineSections.end(); it != ie;
323 const DenseMap<const MCSection *, MCLineSection *> &MCLineSections = local
331 const MCLineSection *Line = MCLineSections
[all...]
H A DMCContext.cpp92 MCLineSections.clear();

Completed in 109 milliseconds