Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXSection.h34 void PrintSwitchToSection(const MCAsmInfo &MAI, in PrintSwitchToSection() function
/external/llvm/include/llvm/MC/
DMCSection.h58 virtual void PrintSwitchToSection(const MCAsmInfo &MAI, raw_ostream &OS,
DMCSectionCOFF.h70 void PrintSwitchToSection(const MCAsmInfo &MAI, raw_ostream &OS,
DMCSectionMachO.h80 void PrintSwitchToSection(const MCAsmInfo &MAI, raw_ostream &OS,
DMCSectionELF.h78 void PrintSwitchToSection(const MCAsmInfo &MAI, raw_ostream &OS,
/external/llvm/lib/MC/
DMCSectionCOFF.cpp39 void MCSectionCOFF::PrintSwitchToSection(const MCAsmInfo &MAI, in PrintSwitchToSection() function in MCSectionCOFF
DMCSectionELF.cpp61 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.cpp303 Section->PrintSwitchToSection(*MAI, OS, Subsection); in ChangeSection()