Home
last modified time | relevance | path

Searched refs:getCurrentSection (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h411 MCSectionSubPair getCurrentSection() const { in getCurrentSection() function
428 assert(!getCurrentSection().first || in getCurrentFragment()
429 CurFrag->getParent() == getCurrentSection().first); in getCurrentFragment()
436 std::make_pair(getCurrentSection(), getPreviousSection())); in pushSection()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp112 MCSectionSubPair P = getCurrentSection(); in HexagonMCEmitCommonSymbol()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp328 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
347 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp328 LastMappingSymbols[getCurrentSection().first] = LastEMS; in changeSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h334 const MCSection *getCurrentSection() const;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp278 MCSectionSubPair P = getCurrentSection(); in emitCommonSymbol()
H A DMCAsmStreamer.cpp533 MCSectionSubPair Cur = getCurrentSection(); in switchSection()
550 auto [Sec, Subsec] = getCurrentSection(); in popSection()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp451 const MCSection *AsmPrinter::getCurrentSection() const { in getCurrentSection() function in AsmPrinter
3325 if (OutStreamer->getCurrentSection() != OutStreamer->getPreviousSection()) in emitXXStructorList()
3452 if (getCurrentSection()->isText()) { in emitAlignment()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp508 LastMappingSymbols[getCurrentSection().first] = std::move(LastEMSInfo); in changeSection()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1999 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in emitFunctionEntryLabel()
2859 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in emitFunctionDescriptor()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc15624 {"_ZNK4llvm10AsmPrinter17getCurrentSectionEv", "llvm::AsmPrinter::getCurrentSection() const"},