Searched refs:PrintSwitchToSection (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXSection.h | 34 void PrintSwitchToSection(const MCAsmInfo &MAI, in PrintSwitchToSection() function
|
/external/llvm/include/llvm/MC/ |
D | MCSection.h | 58 virtual void PrintSwitchToSection(const MCAsmInfo &MAI, raw_ostream &OS,
|
D | MCSectionCOFF.h | 70 void PrintSwitchToSection(const MCAsmInfo &MAI, raw_ostream &OS,
|
D | MCSectionMachO.h | 80 void PrintSwitchToSection(const MCAsmInfo &MAI, raw_ostream &OS,
|
D | MCSectionELF.h | 78 void PrintSwitchToSection(const MCAsmInfo &MAI, raw_ostream &OS,
|
/external/llvm/lib/MC/ |
D | MCSectionCOFF.cpp | 39 void MCSectionCOFF::PrintSwitchToSection(const MCAsmInfo &MAI, in PrintSwitchToSection() function in MCSectionCOFF
|
D | MCSectionELF.cpp | 61 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 | 303 Section->PrintSwitchToSection(*MAI, OS, Subsection); in ChangeSection()
|