Searched refs:CurSection (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCObjectStreamer.h | 78 MCSection *CurSection = getCurrentSectionOnly(); in insert() local 79 CurSection->getFragmentList().insert(CurInsertionPoint, F); in insert() 80 F->setParent(CurSection); in insert()
|
| H A D | MCStreamer.h | 108 virtual void changeSection(const MCSection *CurSection, MCSection *Section,
|
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/ |
| H A D | NVPTXTargetStreamer.cpp | 79 void NVPTXTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument 87 if (isDwarfSection(FI, CurSection)) in changeSection()
|
| H A D | NVPTXTargetStreamer.h | 43 void changeSection(const MCSection *CurSection, MCSection *Section,
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A 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()
|
| H A D | MCObjectStreamer.cpp | 51 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local 52 CurSection->getFragmentList().insert(CurInsertionPoint, F); in flushPendingLabels() 53 F->setParent(CurSection); in flushPendingLabels()
|
| H A D | MCStreamer.cpp | 53 void MCTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFUnit.cpp | 71 const DWARFSection *CurSection, in addUnitsImpl() 74 const DWARFSection &InfoSection = CurSection ? *CurSection : Section; in addUnitsImpl()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 1697 const MCSection *CurSection = nullptr; in EmitConstantPool() local 1706 if (CurSection != CPSections[i].S) { in EmitConstantPool() 1709 CurSection = CPSections[i].S; in EmitConstantPool()
|