/external/llvm/lib/Target/NVPTX/ |
D | NVPTXSection.h | 32 void PrintSwitchToSection(const MCAsmInfo &MAI, in PrintSwitchToSection() function
|
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCSectionMachO.h | 79 void PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T,
|
D | MCSectionCOFF.h | 79 void PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T,
|
D | MCSectionWasm.h | 64 void PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T,
|
D | MCSectionELF.h | 80 void PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T,
|
D | MCSection.h | 172 virtual void PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCSectionWasm.cpp | 50 void MCSectionWasm::PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in PrintSwitchToSection() function in MCSectionWasm
|
D | MCSectionCOFF.cpp | 40 void MCSectionCOFF::PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in PrintSwitchToSection() function in MCSectionCOFF
|
D | MCSectionELF.cpp | 56 void MCSectionELF::PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in PrintSwitchToSection() function in MCSectionELF
|
D | MCSectionMachO.cpp | 104 void MCSectionMachO::PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in PrintSwitchToSection() function in MCSectionMachO
|
D | MCStreamer.cpp | 57 Section->PrintSwitchToSection( in changeSection()
|
D | MCAsmStreamer.cpp | 429 Section->PrintSwitchToSection( in ChangeSection()
|
/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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/MCTargetDesc/ |
D | NVPTXTargetStreamer.cpp | 89 Section->PrintSwitchToSection(*getStreamer().getContext().getAsmInfo(), in changeSection()
|