Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectStreamer.cpp49 MCSection *CurSection = getCurrentSectionOnly(); in addPendingLabel() local
50 if (CurSection) { in addPendingLabel()
54 CurSection->addPendingLabel(Sym); in addPendingLabel()
59 CurSection->addPendingLabel(S, CurSubsectionIdx); in addPendingLabel()
63 PendingLabelSections.end(), CurSection); in addPendingLabel()
65 PendingLabelSections.push_back(CurSection); in addPendingLabel()
73 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
74 if (!CurSection) { in flushPendingLabels()
81 CurSection->addPendingLabel(Sym, CurSubsectionIdx); in flushPendingLabels()
88 CurSection->flushPendingLabels(F, FOffset, CurSubsectionIdx); in flushPendingLabels()
[all …]
DMCELFStreamer.cpp148 MCSection *CurSection = getCurrentSectionOnly(); in ChangeSection() local
149 if (CurSection && isBundleLocked()) in ChangeSection()
154 setSectionAlignmentForBundling(Asm, CurSection); in ChangeSection()
670 MCSection *CurSection = getCurrentSectionOnly(); in FinishImpl() local
671 setSectionAlignmentForBundling(getAssembler(), CurSection); in FinishImpl()
DMCStreamer.cpp55 void MCTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument
/external/llvm-project/llvm/lib/MC/
DMCObjectStreamer.cpp50 MCSection *CurSection = getCurrentSectionOnly(); in addPendingLabel() local
51 if (CurSection) { in addPendingLabel()
55 CurSection->addPendingLabel(Sym); in addPendingLabel()
60 CurSection->addPendingLabel(S, CurSubsectionIdx); in addPendingLabel()
63 PendingLabelSections.insert(CurSection); in addPendingLabel()
70 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
71 if (!CurSection) { in flushPendingLabels()
78 CurSection->addPendingLabel(Sym, CurSubsectionIdx); in flushPendingLabels()
85 CurSection->flushPendingLabels(F, FOffset, CurSubsectionIdx); in flushPendingLabels()
87 CurSection->flushPendingLabels(nullptr, 0, CurSubsectionIdx); in flushPendingLabels()
[all …]
DMCELFStreamer.cpp148 MCSection *CurSection = getCurrentSectionOnly(); in changeSection() local
149 if (CurSection && isBundleLocked()) in changeSection()
154 setSectionAlignmentForBundling(Asm, CurSection); in changeSection()
690 MCSection *CurSection = getCurrentSectionOnly(); in finishImpl() local
691 setSectionAlignmentForBundling(getAssembler(), CurSection); in finishImpl()
DMCStreamer.cpp55 void MCTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument
/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/llvm-project/llvm/include/llvm/MC/
DMCObjectStreamer.h80 MCSection *CurSection = getCurrentSectionOnly(); in insert() local
81 CurSection->getFragmentList().insert(CurInsertionPoint, F); in insert()
82 F->setParent(CurSection); in insert()
DMCStreamer.h116 virtual void changeSection(const MCSection *CurSection, MCSection *Section,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectStreamer.h79 MCSection *CurSection = getCurrentSectionOnly(); in insert() local
80 CurSection->getFragmentList().insert(CurInsertionPoint, F); in insert()
81 F->setParent(CurSection); in insert()
DMCStreamer.h116 virtual void changeSection(const MCSection *CurSection, MCSection *Section,
/external/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXTargetStreamer.cpp83 void NVPTXTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument
90 if (isDwarfSection(FI, CurSection)) in changeSection()
DNVPTXTargetStreamer.h45 void changeSection(const MCSection *CurSection, MCSection *Section,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXTargetStreamer.cpp83 void NVPTXTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument
90 if (isDwarfSection(FI, CurSection)) in changeSection()
DNVPTXTargetStreamer.h45 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-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp70 const DWARFSection *CurSection, in addUnitsImpl()
73 const DWARFSection &InfoSection = CurSection ? *CurSection : Section; in addUnitsImpl()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp69 const DWARFSection *CurSection, in addUnitsImpl()
72 const DWARFSection &InfoSection = CurSection ? *CurSection : Section; in addUnitsImpl()
/external/llvm-project/clang/tools/clang-offload-bundler/
DClangOffloadBundler.cpp430 static Expected<Optional<StringRef>> IsOffloadSection(SectionRef CurSection) { in IsOffloadSection() argument
431 Expected<StringRef> NameOrErr = CurSection.getName(); in IsOffloadSection()
/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-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1788 const MCSection *CurSection = nullptr; in EmitConstantPool() local
1802 if (CurSection != CPSections[i].S) { in EmitConstantPool()
1805 CurSection = CPSections[i].S; in EmitConstantPool()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1929 const MCSection *CurSection = nullptr; in emitConstantPool() local
1938 if (CurSection != CPSections[i].S) { in emitConstantPool()
1941 CurSection = CPSections[i].S; in emitConstantPool()