Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXSection.h33 void PrintSwitchToSection(const MCAsmInfo &MAI, in PrintSwitchToSection() function
/external/llvm/include/llvm/MC/
DMCSectionCOFF.h69 void PrintSwitchToSection(const MCAsmInfo &MAI, raw_ostream &OS,
DMCSectionMachO.h79 void PrintSwitchToSection(const MCAsmInfo &MAI, raw_ostream &OS,
DMCSectionELF.h80 void PrintSwitchToSection(const MCAsmInfo &MAI, raw_ostream &OS,
DMCSection.h189 virtual void PrintSwitchToSection(const MCAsmInfo &MAI, raw_ostream &OS,
/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.cpp305 Section->PrintSwitchToSection(*MAI, OS, Subsection); in ChangeSection()