Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCELFStreamer.cpp136 MCSectionData *CurSection = getCurrentSectionData(); in ChangeSection() local
137 if (CurSection && CurSection->isBundleLocked()) in ChangeSection()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1241 const MCSection *CurSection = nullptr; in EmitConstantPool() local
1250 if (CurSection != CPSections[i].S) { in EmitConstantPool()
1253 CurSection = CPSections[i].S; in EmitConstantPool()