Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Target/NVPTX/
DNVPTXSection.h34 virtual void PrintSwitchToSection(const MCAsmInfo &MAI, in PrintSwitchToSection() function
/freebsd-9-stable/contrib/llvm/include/llvm/MC/
DMCSection.h51 virtual void PrintSwitchToSection(const MCAsmInfo &MAI,
DMCSectionELF.h72 void PrintSwitchToSection(const MCAsmInfo &MAI,
DMCSectionCOFF.h84 virtual void PrintSwitchToSection(const MCAsmInfo &MAI,
DMCSectionMachO.h177 virtual void PrintSwitchToSection(const MCAsmInfo &MAI,
/freebsd-9-stable/contrib/llvm/lib/MC/
DMCSectionCOFF.cpp42 void MCSectionCOFF::PrintSwitchToSection(const MCAsmInfo &MAI, in PrintSwitchToSection() function in MCSectionCOFF
DMCSectionELF.cpp58 void MCSectionELF::PrintSwitchToSection(const MCAsmInfo &MAI, in PrintSwitchToSection() function in MCSectionELF
DMCSectionMachO.cpp93 void MCSectionMachO::PrintSwitchToSection(const MCAsmInfo &MAI, in PrintSwitchToSection() function in MCSectionMachO
DMCAsmStreamer.cpp316 Section->PrintSwitchToSection(*MAI, OS, Subsection); in ChangeSection()