/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCObjectStreamer.cpp | 49 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 …]
|
D | MCELFStreamer.cpp | 148 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()
|
D | MCStreamer.cpp | 55 void MCTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument
|
/external/llvm-project/llvm/lib/MC/ |
D | MCObjectStreamer.cpp | 50 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 …]
|
D | MCELFStreamer.cpp | 148 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()
|
D | MCStreamer.cpp | 55 void MCTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument
|
/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/llvm-project/llvm/include/llvm/MC/ |
D | MCObjectStreamer.h | 80 MCSection *CurSection = getCurrentSectionOnly(); in insert() local 81 CurSection->getFragmentList().insert(CurInsertionPoint, F); in insert() 82 F->setParent(CurSection); in insert()
|
D | MCStreamer.h | 116 virtual void changeSection(const MCSection *CurSection, MCSection *Section,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCObjectStreamer.h | 79 MCSection *CurSection = getCurrentSectionOnly(); in insert() local 80 CurSection->getFragmentList().insert(CurInsertionPoint, F); in insert() 81 F->setParent(CurSection); in insert()
|
D | MCStreamer.h | 116 virtual void changeSection(const MCSection *CurSection, MCSection *Section,
|
/external/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/ |
D | NVPTXTargetStreamer.cpp | 83 void NVPTXTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument 90 if (isDwarfSection(FI, CurSection)) in changeSection()
|
D | NVPTXTargetStreamer.h | 45 void changeSection(const MCSection *CurSection, MCSection *Section,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/ |
D | NVPTXTargetStreamer.cpp | 83 void NVPTXTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument 90 if (isDwarfSection(FI, CurSection)) in changeSection()
|
D | NVPTXTargetStreamer.h | 45 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-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 70 const DWARFSection *CurSection, in addUnitsImpl() 73 const DWARFSection &InfoSection = CurSection ? *CurSection : Section; in addUnitsImpl()
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 69 const DWARFSection *CurSection, in addUnitsImpl() 72 const DWARFSection &InfoSection = CurSection ? *CurSection : Section; in addUnitsImpl()
|
/external/llvm-project/clang/tools/clang-offload-bundler/ |
D | ClangOffloadBundler.cpp | 430 static Expected<Optional<StringRef>> IsOffloadSection(SectionRef CurSection) { in IsOffloadSection() argument 431 Expected<StringRef> NameOrErr = CurSection.getName(); in IsOffloadSection()
|
/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-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1788 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/ |
D | AsmPrinter.cpp | 1929 const MCSection *CurSection = nullptr; in emitConstantPool() local 1938 if (CurSection != CPSections[i].S) { in emitConstantPool() 1941 CurSection = CPSections[i].S; in emitConstantPool()
|