Home
last modified time | relevance | path

Searched refs:PrintSwitchToSection (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCSectionWasm.cpp50 void MCSectionWasm::PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in PrintSwitchToSection() function in MCSectionWasm
H A DMCSectionCOFF.cpp40 void MCSectionCOFF::PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in PrintSwitchToSection() function in MCSectionCOFF
H A DMCSectionELF.cpp56 void MCSectionELF::PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in PrintSwitchToSection() function in MCSectionELF
H A DMCSectionMachO.cpp104 void MCSectionMachO::PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in PrintSwitchToSection() function in MCSectionMachO
H A DMCStreamer.cpp57 Section->PrintSwitchToSection( in changeSection()
H A DMCAsmStreamer.cpp432 Section->PrintSwitchToSection( in ChangeSection()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCSectionMachO.h79 void PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T,
H A DMCSectionCOFF.h79 void PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T,
H A DMCSectionWasm.h64 void PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T,
H A DMCSectionELF.h80 void PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T,
H A DMCSection.h179 virtual void PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T,
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp93 Section->PrintSwitchToSection(*getStreamer().getContext().getAsmInfo(), in changeSection()