Searched refs:CurSection (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/ |
H A D | NVPTXTargetStreamer.cpp | 85 void NVPTXTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument 91 if (isDwarfSection(FI, CurSection)) in changeSection()
|
H A D | NVPTXTargetStreamer.h | 45 void changeSection(const MCSection *CurSection, MCSection *Section,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/ |
H A D | SPIRVTargetStreamer.h | 23 void changeSection(const MCSection *CurSection, MCSection *Section, in changeSection() argument
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFUnit.cpp | 76 const DWARFSection *CurSection, in addUnitsImpl() 79 const DWARFSection &InfoSection = CurSection ? *CurSection : Section; in addUnitsImpl()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | OffloadBundler.cpp | 530 IsOffloadSection(SectionRef CurSection) { in IsOffloadSection() argument 531 Expected<StringRef> NameOrErr = CurSection.getName(); in IsOffloadSection()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCStreamer.h | 119 virtual void changeSection(const MCSection *CurSection, MCSection *Section,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 2661 const MCSection *CurSection = nullptr; in emitConstantPool() local 2670 if (CurSection != CPSections[i].S) { in emitConstantPool() 2673 CurSection = CPSections[i].S; in emitConstantPool()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCStreamer.cpp | 59 void MCTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument
|