Home
last modified time | relevance | path

Searched defs:SwitchSection (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFStreamer.cpp59 void MipsELFStreamer::SwitchSection(MCSection *Section, in SwitchSection() function in MipsELFStreamer
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFStreamer.cpp93 void MipsELFStreamer::SwitchSection(MCSection *Section, in SwitchSection() function in MipsELFStreamer
/aosp_15_r20/external/llvm/lib/MC/
H A DMCStreamer.cpp787 void MCStreamer::SwitchSection(MCSection *Section, const MCExpr *Subsection) { in SwitchSection() function in MCStreamer
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCStreamer.cpp1103 void MCStreamer::SwitchSection(MCSection *Section, const MCExpr *Subsection) { in SwitchSection() function in MCStreamer
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1484 auto SwitchSection = [&, Prev = StringRef()](const StringRef &Sec) mutable { in emitPCSections() local