Home
last modified time | relevance | path

Searched refs:PrintSwitchToSection (Results 1 – 21 of 21) sorted by relevance

/external/llvm/lib/Target/NVPTX/
DNVPTXSection.h32 void PrintSwitchToSection(const MCAsmInfo &MAI, in PrintSwitchToSection() function
/external/llvm/include/llvm/MC/
DMCSectionCOFF.h76 void PrintSwitchToSection(const MCAsmInfo &MAI, raw_ostream &OS,
DMCSectionMachO.h79 void PrintSwitchToSection(const MCAsmInfo &MAI, raw_ostream &OS,
DMCSectionELF.h81 void PrintSwitchToSection(const MCAsmInfo &MAI, raw_ostream &OS,
DMCSection.h188 virtual void PrintSwitchToSection(const MCAsmInfo &MAI, raw_ostream &OS,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSectionMachO.h79 void PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T,
DMCSectionCOFF.h79 void PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T,
DMCSectionWasm.h64 void PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T,
DMCSectionELF.h80 void PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T,
DMCSection.h172 virtual void PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCSectionWasm.cpp50 void MCSectionWasm::PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in PrintSwitchToSection() function in MCSectionWasm
DMCSectionCOFF.cpp40 void MCSectionCOFF::PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in PrintSwitchToSection() function in MCSectionCOFF
DMCSectionELF.cpp56 void MCSectionELF::PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in PrintSwitchToSection() function in MCSectionELF
DMCSectionMachO.cpp104 void MCSectionMachO::PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in PrintSwitchToSection() function in MCSectionMachO
DMCStreamer.cpp57 Section->PrintSwitchToSection( in changeSection()
DMCAsmStreamer.cpp429 Section->PrintSwitchToSection( in ChangeSection()
/external/llvm/lib/MC/
DMCSectionCOFF.cpp40 void MCSectionCOFF::PrintSwitchToSection(const MCAsmInfo &MAI, in PrintSwitchToSection() function in MCSectionCOFF
DMCSectionELF.cpp56 void MCSectionELF::PrintSwitchToSection(const MCAsmInfo &MAI, in PrintSwitchToSection() function in MCSectionELF
DMCSectionMachO.cpp92 void MCSectionMachO::PrintSwitchToSection(const MCAsmInfo &MAI, in PrintSwitchToSection() function in MCSectionMachO
DMCAsmStreamer.cpp380 Section->PrintSwitchToSection(*MAI, OS, Subsection); in ChangeSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXTargetStreamer.cpp89 Section->PrintSwitchToSection(*getStreamer().getContext().getAsmInfo(), in changeSection()