Searched refs:CurSection (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | MCObjectStreamer.cpp | 51 MCSection *CurSection = getCurrentSectionOnly(); in addPendingLabel() local 52 if (CurSection) { in addPendingLabel() 56 CurSection->addPendingLabel(Sym); in addPendingLabel() 61 CurSection->addPendingLabel(S, CurSubsectionIdx); in addPendingLabel() 64 PendingLabelSections.insert(CurSection); in addPendingLabel() 71 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local 72 if (!CurSection) { in flushPendingLabels() 79 CurSection->addPendingLabel(Sym, CurSubsectionIdx); in flushPendingLabels() 94 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local 95 assert(CurSection); in flushPendingLabels() [all …]
|
H A D | MCELFStreamer.cpp | 152 MCSection *CurSection = getCurrentSectionOnly(); in changeSection() local 153 if (CurSection && isBundleLocked()) in changeSection() 158 setSectionAlignmentForBundling(Asm, CurSection); in changeSection() 715 MCSection *CurSection = getCurrentSectionOnly(); in finishImpl() local 716 setSectionAlignmentForBundling(getAssembler(), CurSection); in finishImpl()
|
H A D | MCStreamer.cpp | 59 void MCTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument
|
/openbsd/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCObjectStreamer.h | 96 MCSection *CurSection = getCurrentSectionOnly(); in insert() local 97 CurSection->getFragmentList().insert(CurInsertionPoint, F); in insert() 98 F->setParent(CurSection); in insert()
|
H A D | MCStreamer.h | 118 virtual void changeSection(const MCSection *CurSection, MCSection *Section,
|
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/ |
H A D | NVPTXTargetStreamer.cpp | 86 void NVPTXTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument 93 if (isDwarfSection(FI, CurSection)) in changeSection()
|
H A D | NVPTXTargetStreamer.h | 45 void changeSection(const MCSection *CurSection, MCSection *Section,
|
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/ |
H A D | SPIRVTargetStreamer.h | 23 void changeSection(const MCSection *CurSection, MCSection *Section, in changeSection() argument
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFUnit.cpp | 76 const DWARFSection *CurSection, in addUnitsImpl() 79 const DWARFSection &InfoSection = CurSection ? *CurSection : Section; in addUnitsImpl()
|
/openbsd/gnu/llvm/clang/lib/Driver/ |
H A D | OffloadBundler.cpp | 529 IsOffloadSection(SectionRef CurSection) { in IsOffloadSection() argument 530 Expected<StringRef> NameOrErr = CurSection.getName(); in IsOffloadSection()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 2443 const MCSection *CurSection = nullptr; in emitConstantPool() local 2452 if (CurSection != CPSections[i].S) { in emitConstantPool() 2455 CurSection = CPSections[i].S; in emitConstantPool()
|