/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCSectionDXContainer.cpp | 13 void MCSectionDXContainer::printSwitchToSection(const MCAsmInfo &, in printSwitchToSection() function in MCSectionDXContainer
|
H A D | MCSectionWasm.cpp | 47 void MCSectionWasm::printSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in printSwitchToSection() function in MCSectionWasm
|
H A D | MCSectionCOFF.cpp | 37 void MCSectionCOFF::printSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in printSwitchToSection() function in MCSectionCOFF
|
H A D | MCSectionXCOFF.cpp | 26 void MCSectionXCOFF::printSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in printSwitchToSection() function in MCSectionXCOFF
|
H A D | MCSectionELF.cpp | 53 void MCSectionELF::printSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in printSwitchToSection() function in MCSectionELF
|
H A D | MCSectionMachO.cpp | 108 void MCSectionMachO::printSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in printSwitchToSection() function in MCSectionMachO
|
H A D | MCStreamer.cpp | 62 Section->printSwitchToSection(*Streamer.getContext().getAsmInfo(), in changeSection()
|
H A D | MCAsmStreamer.cpp | 534 Section->printSwitchToSection(*MAI, getContext().getTargetTriple(), OS, in changeSection()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSectionSPIRV.h | 33 void printSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in printSwitchToSection() function
|
H A D | MCSectionDXContainer.h | 31 void printSwitchToSection(const MCAsmInfo &, const Triple &, raw_ostream &,
|
H A D | MCSectionGOFF.h | 37 void printSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in printSwitchToSection() function
|
H A D | MCSectionMachO.h | 78 void printSwitchToSection(const MCAsmInfo &MAI, const Triple &T,
|
H A D | MCSectionCOFF.h | 75 void printSwitchToSection(const MCAsmInfo &MAI, const Triple &T,
|
H A D | MCSectionWasm.h | 67 void printSwitchToSection(const MCAsmInfo &MAI, const Triple &T,
|
H A D | MCSectionELF.h | 85 void printSwitchToSection(const MCAsmInfo &MAI, const Triple &T,
|
H A D | MCSectionXCOFF.h | 118 void printSwitchToSection(const MCAsmInfo &MAI, const Triple &T,
|
H A D | MCSection.h | 188 virtual void printSwitchToSection(const MCAsmInfo &MAI, const Triple &T,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/ |
H A D | NVPTXTargetStreamer.cpp | 97 Section->printSwitchToSection(*getStreamer().getContext().getAsmInfo(), in changeSection()
|