Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFStreamer.cpp100 LastMappingSymbols[getPreviousSection().first] = LastEMS; in ChangeSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFStreamer.cpp88 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/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFStreamer.cpp147 LastMappingSymbols[getPreviousSection().first] = LastEMS; in changeSection()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCStreamer.h365 MCSectionSubPair getPreviousSection() const { in getPreviousSection() function
386 std::make_pair(getCurrentSection(), getPreviousSection())); in PushSection()
/external/llvm-project/llvm/include/llvm/MC/
DMCStreamer.h377 MCSectionSubPair getPreviousSection() const { in getPreviousSection() function
398 std::make_pair(getCurrentSection(), getPreviousSection())); in PushSection()
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp544 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in ParseDirectivePrevious()
DDarwinAsmParser.cpp676 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in parseDirectivePrevious()
/external/llvm-project/llvm/lib/MC/MCParser/
DELFAsmParser.cpp682 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in ParseDirectivePrevious()
DDarwinAsmParser.cpp754 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in parseDirectivePrevious()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DELFAsmParser.cpp659 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in ParseDirectivePrevious()
DDarwinAsmParser.cpp754 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2092 if (OutStreamer->getCurrentSection() != OutStreamer->getPreviousSection()) in EmitXXStructorList()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2216 if (OutStreamer->getCurrentSection() != OutStreamer->getPreviousSection()) in emitXXStructorList()