Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCObjectStreamer.h66 MCSection *CurSection = getCurrentSectionOnly(); in insert() local
67 CurSection->getFragmentList().insert(CurInsertionPoint, F); in insert()
68 F->setParent(CurSection); in insert()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCObjectStreamer.h69 MCSection *CurSection = getCurrentSectionOnly(); in insert() local
70 CurSection->getFragmentList().insert(CurInsertionPoint, F); in insert()
71 F->setParent(CurSection); in insert()
DMCStreamer.h107 virtual void changeSection(const MCSection *CurSection, MCSection *Section,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXTargetStreamer.cpp73 void NVPTXTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument
81 if (isDwarfSection(FI, CurSection)) in changeSection()
DNVPTXTargetStreamer.h40 void changeSection(const MCSection *CurSection, MCSection *Section,
/external/llvm/lib/MC/
DMCELFStreamer.cpp138 MCSection *CurSection = getCurrentSectionOnly(); in ChangeSection() local
139 if (CurSection && isBundleLocked()) in ChangeSection()
144 setSectionAlignmentForBundling(Asm, CurSection); in ChangeSection()
625 MCSection *CurSection = getCurrentSectionOnly(); in FinishImpl() local
626 setSectionAlignmentForBundling(getAssembler(), CurSection); in FinishImpl()
DMCObjectStreamer.cpp47 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
48 CurSection->getFragmentList().insert(CurInsertionPoint, F); in flushPendingLabels()
49 F->setParent(CurSection); in flushPendingLabels()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCELFStreamer.cpp148 MCSection *CurSection = getCurrentSectionOnly(); in ChangeSection() local
149 if (CurSection && isBundleLocked()) in ChangeSection()
154 setSectionAlignmentForBundling(Asm, CurSection); in ChangeSection()
668 MCSection *CurSection = getCurrentSectionOnly(); in FinishImpl() local
669 setSectionAlignmentForBundling(getAssembler(), CurSection); in FinishImpl()
DMCObjectStreamer.cpp51 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
52 CurSection->getFragmentList().insert(CurInsertionPoint, F); in flushPendingLabels()
53 F->setParent(CurSection); in flushPendingLabels()
DMCStreamer.cpp53 void MCTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1340 const MCSection *CurSection = nullptr; in EmitConstantPool() local
1349 if (CurSection != CPSections[i].S) { in EmitConstantPool()
1352 CurSection = CPSections[i].S; in EmitConstantPool()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1644 const MCSection *CurSection = nullptr; in EmitConstantPool() local
1653 if (CurSection != CPSections[i].S) { in EmitConstantPool()
1656 CurSection = CPSections[i].S; in EmitConstantPool()