Searched refs:CurSection (Results 1 – 12 of 12) sorted by relevance
/external/llvm/include/llvm/MC/ |
D | MCObjectStreamer.h | 66 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/ |
D | MCObjectStreamer.h | 69 MCSection *CurSection = getCurrentSectionOnly(); in insert() local 70 CurSection->getFragmentList().insert(CurInsertionPoint, F); in insert() 71 F->setParent(CurSection); in insert()
|
D | MCStreamer.h | 107 virtual void changeSection(const MCSection *CurSection, MCSection *Section,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/MCTargetDesc/ |
D | NVPTXTargetStreamer.cpp | 73 void NVPTXTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument 81 if (isDwarfSection(FI, CurSection)) in changeSection()
|
D | NVPTXTargetStreamer.h | 40 void changeSection(const MCSection *CurSection, MCSection *Section,
|
/external/llvm/lib/MC/ |
D | MCELFStreamer.cpp | 138 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()
|
D | MCObjectStreamer.cpp | 47 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/ |
D | MCELFStreamer.cpp | 148 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()
|
D | MCObjectStreamer.cpp | 51 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local 52 CurSection->getFragmentList().insert(CurInsertionPoint, F); in flushPendingLabels() 53 F->setParent(CurSection); in flushPendingLabels()
|
D | MCStreamer.cpp | 53 void MCTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1340 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/ |
D | AsmPrinter.cpp | 1644 const MCSection *CurSection = nullptr; in EmitConstantPool() local 1653 if (CurSection != CPSections[i].S) { in EmitConstantPool() 1656 CurSection = CPSections[i].S; in EmitConstantPool()
|