Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCStreamer.h170 const MCSection *getPreviousSection() const { in getPreviousSection() function
186 getPreviousSection())); in PushSection()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFStreamer.cpp100 LastMappingSymbols[getPreviousSection().first] = LastEMS; in ChangeSection()
/external/llvm/include/llvm/MC/
DMCStreamer.h300 MCSectionSubPair getPreviousSection() const { in getPreviousSection() function
321 std::make_pair(getCurrentSection(), getPreviousSection())); in PushSection()
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DELFAsmParser.cpp439 const MCSection *PreviousSection = getStreamer().getPreviousSection(); in ParseDirectivePrevious()
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp544 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in ParseDirectivePrevious()
DDarwinAsmParser.cpp676 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in parseDirectivePrevious()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp445 LastMappingSymbols[getPreviousSection().first] = LastEMS; in ChangeSection()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1644 if (OutStreamer->getCurrentSection() != OutStreamer->getPreviousSection()) in EmitXXStructorList()