Searched refs:PrintSwitchToSection (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXSection.h | 33 void PrintSwitchToSection(const MCAsmInfo &MAI, in PrintSwitchToSection() function
|
/external/llvm/include/llvm/MC/ |
D | MCSectionCOFF.h | 69 void PrintSwitchToSection(const MCAsmInfo &MAI, raw_ostream &OS,
|
D | MCSectionMachO.h | 79 void PrintSwitchToSection(const MCAsmInfo &MAI, raw_ostream &OS,
|
D | MCSectionELF.h | 80 void PrintSwitchToSection(const MCAsmInfo &MAI, raw_ostream &OS,
|
D | MCSection.h | 189 virtual void PrintSwitchToSection(const MCAsmInfo &MAI, raw_ostream &OS,
|
/external/llvm/lib/MC/ |
D | MCSectionCOFF.cpp | 40 void MCSectionCOFF::PrintSwitchToSection(const MCAsmInfo &MAI, in PrintSwitchToSection() function in MCSectionCOFF
|
D | MCSectionELF.cpp | 56 void MCSectionELF::PrintSwitchToSection(const MCAsmInfo &MAI, in PrintSwitchToSection() function in MCSectionELF
|
D | MCSectionMachO.cpp | 92 void MCSectionMachO::PrintSwitchToSection(const MCAsmInfo &MAI, in PrintSwitchToSection() function in MCSectionMachO
|
D | MCAsmStreamer.cpp | 305 Section->PrintSwitchToSection(*MAI, OS, Subsection); in ChangeSection()
|