Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp167 LastMappingSymbols[getPreviousSection().first] = LastEMS; in changeSection()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp190 LastMappingSymbols[getPreviousSection().first] = LastEMS; in changeSection()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h396 MCSectionSubPair getPreviousSection() const { in getPreviousSection() function
417 std::make_pair(getCurrentSection(), getPreviousSection())); in pushSection()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp735 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in ParseDirectivePrevious()
H A DDarwinAsmParser.cpp752 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in parseDirectivePrevious()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2979 if (OutStreamer->getCurrentSection() != OutStreamer->getPreviousSection()) in emitXXStructorList()