Home
last modified time | relevance | path

Searched refs:printSwitchToSection (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionDXContainer.cpp13 void MCSectionDXContainer::printSwitchToSection(const MCAsmInfo &, in printSwitchToSection() function in MCSectionDXContainer
H A DMCSectionWasm.cpp47 void MCSectionWasm::printSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in printSwitchToSection() function in MCSectionWasm
H A DMCSectionCOFF.cpp37 void MCSectionCOFF::printSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in printSwitchToSection() function in MCSectionCOFF
H A DMCSectionXCOFF.cpp26 void MCSectionXCOFF::printSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in printSwitchToSection() function in MCSectionXCOFF
H A DMCSectionELF.cpp53 void MCSectionELF::printSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in printSwitchToSection() function in MCSectionELF
H A DMCSectionMachO.cpp108 void MCSectionMachO::printSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in printSwitchToSection() function in MCSectionMachO
H A DMCStreamer.cpp62 Section->printSwitchToSection(*Streamer.getContext().getAsmInfo(), in changeSection()
H A DMCAsmStreamer.cpp534 Section->printSwitchToSection(*MAI, getContext().getTargetTriple(), OS, in changeSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionSPIRV.h33 void printSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in printSwitchToSection() function
H A DMCSectionDXContainer.h31 void printSwitchToSection(const MCAsmInfo &, const Triple &, raw_ostream &,
H A DMCSectionGOFF.h37 void printSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in printSwitchToSection() function
H A DMCSectionMachO.h78 void printSwitchToSection(const MCAsmInfo &MAI, const Triple &T,
H A DMCSectionCOFF.h75 void printSwitchToSection(const MCAsmInfo &MAI, const Triple &T,
H A DMCSectionWasm.h67 void printSwitchToSection(const MCAsmInfo &MAI, const Triple &T,
H A DMCSectionELF.h85 void printSwitchToSection(const MCAsmInfo &MAI, const Triple &T,
H A DMCSectionXCOFF.h118 void printSwitchToSection(const MCAsmInfo &MAI, const Triple &T,
H A DMCSection.h188 virtual void printSwitchToSection(const MCAsmInfo &MAI, const Triple &T,
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp97 Section->printSwitchToSection(*getStreamer().getContext().getAsmInfo(), in changeSection()