Searched refs:PrintSwitchToSection (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCSectionMachO.h | 71 void PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T,
|
H A D | MCSectionCOFF.h | 72 void PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T,
|
H A D | MCSectionELF.h | 81 void PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T,
|
H A D | MCSectionWasm.h | 61 void PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T,
|
H A D | MCSectionXCOFF.h | 104 void PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T,
|
H A D | MCSection.h | 180 virtual void PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCSectionWasm.cpp | 48 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 | 25 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 | 98 void MCSectionMachO::PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in PrintSwitchToSection() function in MCSectionMachO
|
H A D | MCStreamer.cpp | 60 Section->PrintSwitchToSection(*Streamer.getContext().getAsmInfo(), in changeSection()
|
H A D | MCAsmStreamer.cpp | 494 Section->PrintSwitchToSection(*MAI, getContext().getTargetTriple(), OS, in changeSection()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/MCTargetDesc/ |
H A D | NVPTXTargetStreamer.cpp | 96 Section->PrintSwitchToSection(*getStreamer().getContext().getAsmInfo(), in changeSection()
|