Searched refs:CurSection (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCObjectStreamer.cpp | 52 MCSection *CurSection = getCurrentSectionOnly(); in addPendingLabel() local 53 if (CurSection) { in addPendingLabel() 57 CurSection->addPendingLabel(Sym); in addPendingLabel() 62 CurSection->addPendingLabel(S, CurSubsectionIdx); in addPendingLabel() 65 PendingLabelSections.insert(CurSection); in addPendingLabel() 72 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local 73 if (!CurSection) { in flushPendingLabels() 80 CurSection->addPendingLabel(Sym, CurSubsectionIdx); in flushPendingLabels() 87 CurSection->flushPendingLabels(F, FOffset, CurSubsectionIdx); in flushPendingLabels() 89 CurSection->flushPendingLabels(nullptr, 0, CurSubsectionIdx); in flushPendingLabels() [all …]
|
H A D | MCELFStreamer.cpp | 148 MCSection *CurSection = getCurrentSectionOnly(); in changeSection() local 149 if (CurSection && isBundleLocked()) in changeSection() 154 setSectionAlignmentForBundling(Asm, CurSection); in changeSection() 686 MCSection *CurSection = getCurrentSectionOnly(); in finishImpl() local 687 setSectionAlignmentForBundling(getAssembler(), CurSection); in finishImpl()
|
H A D | MCStreamer.cpp | 56 void MCTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCObjectStreamer.h | 80 MCSection *CurSection = getCurrentSectionOnly(); in insert() local 81 CurSection->getFragmentList().insert(CurInsertionPoint, F); in insert() 82 F->setParent(CurSection); in insert()
|
H A D | MCStreamer.h | 116 virtual void changeSection(const MCSection *CurSection, MCSection *Section,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/MCTargetDesc/ |
H A D | NVPTXTargetStreamer.cpp | 83 void NVPTXTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument 90 if (isDwarfSection(FI, CurSection)) in changeSection()
|
H A D | NVPTXTargetStreamer.h | 45 void changeSection(const MCSection *CurSection, MCSection *Section,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFUnit.cpp | 69 const DWARFSection *CurSection, in addUnitsImpl() 72 const DWARFSection &InfoSection = CurSection ? *CurSection : Section; in addUnitsImpl()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-offload-bundler/ |
H A D | ClangOffloadBundler.cpp | 488 static Expected<Optional<StringRef>> IsOffloadSection(SectionRef CurSection) { in IsOffloadSection() argument 489 Expected<StringRef> NameOrErr = CurSection.getName(); in IsOffloadSection()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 2041 const MCSection *CurSection = nullptr; in emitConstantPool() local 2050 if (CurSection != CPSections[i].S) { in emitConstantPool() 2053 CurSection = CPSections[i].S; in emitConstantPool()
|