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

/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCContext.h154 std::vector<const MCSection *> MCLineSectionOrder; member in class:llvm::MCContext
324 return MCLineSectionOrder;
328 MCLineSectionOrder.push_back(Sec);
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCDwarf.cpp325 const std::vector<const MCSection *> &MCLineSectionOrder = local
328 MCLineSectionOrder.begin(), ie = MCLineSectionOrder.end(); it != ie;
336 && MCLineSectionOrder.begin() == MCLineSectionOrder.end()) {
H A DMCContext.cpp93 MCLineSectionOrder.clear();

Completed in 120 milliseconds