Searched defs:MCLineSectionOrder (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCContext.h111 std::vector<const MCSection *> MCLineSectionOrder; member in class:llvm::MCContext
227 return MCLineSectionOrder;
231 MCLineSectionOrder.push_back(Sec);
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCDwarf.cpp294 const std::vector<const MCSection *> &MCLineSectionOrder = local
297 MCLineSectionOrder.begin(), ie = MCLineSectionOrder.end(); it != ie;
309 && MCLineSectionOrder.begin() == MCLineSectionOrder.end()) {

Completed in 141 milliseconds