Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXSection.h32 void PrintSwitchToSection(const MCAsmInfo &MAI, in PrintSwitchToSection() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCSection.h51 virtual void PrintSwitchToSection(const MCAsmInfo &MAI,
DMCSectionCOFF.h56 virtual void PrintSwitchToSection(const MCAsmInfo &MAI,
DMCSectionELF.h64 void PrintSwitchToSection(const MCAsmInfo &MAI,
DMCSectionMachO.h168 virtual void PrintSwitchToSection(const MCAsmInfo &MAI,
/external/swiftshader/third_party/LLVM/lib/MC/
DMCSectionCOFF.cpp31 void MCSectionCOFF::PrintSwitchToSection(const MCAsmInfo &MAI, in PrintSwitchToSection() function in MCSectionCOFF
DMCSectionELF.cpp34 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.cpp309 Section->PrintSwitchToSection(MAI, OS); in ChangeSection()
/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/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()