/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
|
/external/llvm/include/llvm/MC/ |
D | MCSectionMachO.h | 79 void PrintSwitchToSection(const MCAsmInfo &MAI, raw_ostream &OS,
|
D | MCSectionCOFF.h | 76 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/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
|
/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/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
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/MCTargetDesc/ |
D | NVPTXTargetStreamer.cpp | 89 Section->PrintSwitchToSection(*getStreamer().getContext().getAsmInfo(), in changeSection()
|