Searched refs:PrintSwitchToSection (Results 1 – 17 of 17) sorted by relevance
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXSection.h | 32 void PrintSwitchToSection(const MCAsmInfo &MAI, in PrintSwitchToSection() function
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCSection.h | 51 virtual void PrintSwitchToSection(const MCAsmInfo &MAI,
|
D | MCSectionCOFF.h | 56 virtual void PrintSwitchToSection(const MCAsmInfo &MAI,
|
D | MCSectionELF.h | 64 void PrintSwitchToSection(const MCAsmInfo &MAI,
|
D | MCSectionMachO.h | 168 virtual void PrintSwitchToSection(const MCAsmInfo &MAI,
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCSectionCOFF.cpp | 31 void MCSectionCOFF::PrintSwitchToSection(const MCAsmInfo &MAI, in PrintSwitchToSection() function in MCSectionCOFF
|
D | MCSectionELF.cpp | 34 void MCSectionELF::PrintSwitchToSection(const MCAsmInfo &MAI, in PrintSwitchToSection() function in MCSectionELF
|
D | MCSectionMachO.cpp | 93 void MCSectionMachO::PrintSwitchToSection(const MCAsmInfo &MAI, in PrintSwitchToSection() function in MCSectionMachO
|
D | MCAsmStreamer.cpp | 309 Section->PrintSwitchToSection(MAI, OS); in ChangeSection()
|
/external/llvm/include/llvm/MC/ |
D | MCSectionCOFF.h | 76 void PrintSwitchToSection(const MCAsmInfo &MAI, raw_ostream &OS,
|
D | MCSectionMachO.h | 79 void PrintSwitchToSection(const MCAsmInfo &MAI, raw_ostream &OS,
|
D | MCSectionELF.h | 81 void PrintSwitchToSection(const MCAsmInfo &MAI, raw_ostream &OS,
|
D | MCSection.h | 188 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 | 380 Section->PrintSwitchToSection(*MAI, OS, Subsection); in ChangeSection()
|