Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp189 LastMappingSymbols[getPreviousSection().first] = LastEMS; in changeSection()
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCStreamer.h392 MCSectionSubPair getPreviousSection() const { in getPreviousSection() function
413 std::make_pair(getCurrentSection(), getPreviousSection())); in pushSection()
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp719 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in ParseDirectivePrevious()
H A DDarwinAsmParser.cpp752 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in parseDirectivePrevious()
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2733 if (OutStreamer->getCurrentSection() != OutStreamer->getPreviousSection()) in emitXXStructorList()