Home
last modified time | relevance | path

Searched refs:CurSection (Results 51 – 75 of 199) sorted by relevance

12345678

/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp83 void NVPTXTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument
90 if (isDwarfSection(FI, CurSection)) in changeSection()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp83 void NVPTXTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument
90 if (isDwarfSection(FI, CurSection)) in changeSection()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp83 void NVPTXTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument
90 if (isDwarfSection(FI, CurSection)) in changeSection()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp83 void NVPTXTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument
90 if (isDwarfSection(FI, CurSection)) in changeSection()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp83 void NVPTXTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument
90 if (isDwarfSection(FI, CurSection)) in changeSection()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp83 void NVPTXTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument
90 if (isDwarfSection(FI, CurSection)) in changeSection()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp83 void NVPTXTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument
90 if (isDwarfSection(FI, CurSection)) in changeSection()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp83 void NVPTXTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument
90 if (isDwarfSection(FI, CurSection)) in changeSection()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp83 void NVPTXTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument
90 if (isDwarfSection(FI, CurSection)) in changeSection()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp83 void NVPTXTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument
90 if (isDwarfSection(FI, CurSection)) in changeSection()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp83 void NVPTXTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument
90 if (isDwarfSection(FI, CurSection)) in changeSection()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp83 void NVPTXTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument
90 if (isDwarfSection(FI, CurSection)) in changeSection()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp83 void NVPTXTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument
90 if (isDwarfSection(FI, CurSection)) in changeSection()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp83 void NVPTXTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument
90 if (isDwarfSection(FI, CurSection)) in changeSection()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp79 void NVPTXTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument
87 if (isDwarfSection(FI, CurSection)) in changeSection()
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/lib/MC/
H A DMCELFStreamer.cpp139 MCSection *CurSection = getCurrentSectionOnly(); in ChangeSection() local
140 if (CurSection && isBundleLocked()) in ChangeSection()
145 setSectionAlignmentForBundling(Asm, CurSection); in ChangeSection()
635 MCSection *CurSection = getCurrentSectionOnly(); in FinishImpl() local
636 setSectionAlignmentForBundling(getAssembler(), CurSection); in FinishImpl()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/MC/
H A DMCStreamer.h55 const MCSection *CurSection; variable
101 const MCSection *getCurrentSection() const { return CurSection; } in getCurrentSection()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.h40 void changeSection(const MCSection *CurSection, MCSection *Section,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/MC/
H A 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()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/MC/
H A DMCELFStreamer.cpp148 MCSection *CurSection = getCurrentSectionOnly(); in changeSection() local
149 if (CurSection && isBundleLocked()) in changeSection()
154 setSectionAlignmentForBundling(Asm, CurSection); in changeSection()
674 MCSection *CurSection = getCurrentSectionOnly(); in finishImpl() local
675 setSectionAlignmentForBundling(getAssembler(), CurSection); in finishImpl()
/dports/devel/llvm10/llvm-10.0.1.src/lib/MC/
H A 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()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/MC/
H A DMCELFStreamer.cpp148 MCSection *CurSection = getCurrentSectionOnly(); in changeSection() local
149 if (CurSection && isBundleLocked()) in changeSection()
154 setSectionAlignmentForBundling(Asm, CurSection); in changeSection()
682 MCSection *CurSection = getCurrentSectionOnly(); in finishImpl() local
683 setSectionAlignmentForBundling(getAssembler(), CurSection); in finishImpl()
/dports/devel/llvm11/llvm-11.0.1.src/lib/MC/
H A DMCELFStreamer.cpp148 MCSection *CurSection = getCurrentSectionOnly(); in changeSection() local
149 if (CurSection && isBundleLocked()) in changeSection()
154 setSectionAlignmentForBundling(Asm, CurSection); in changeSection()
671 MCSection *CurSection = getCurrentSectionOnly(); in finishImpl() local
672 setSectionAlignmentForBundling(getAssembler(), CurSection); in finishImpl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A 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()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/MC/
H A 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()

12345678