Home
last modified time | relevance | path

Searched refs:MCLineSectionOrder (Results 1 – 2 of 2) sorted by relevance

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