Home
last modified time | relevance | path

Searched refs:getPreviousSection (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp164 LastMappingSymbols[getPreviousSection().first] = LastEMS; in changeSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h403 MCSectionSubPair getPreviousSection() const { in getPreviousSection() function
418 std::make_pair(getCurrentSection(), getPreviousSection())); in pushSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp726 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in ParseDirectivePrevious()
H A DDarwinAsmParser.cpp752 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in parseDirectivePrevious()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2989 if (OutStreamer->getCurrentSection() != OutStreamer->getPreviousSection()) in emitXXStructorList()