Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp110 MCSectionSubPair P = getCurrentSection(); in HexagonMCEmitCommonSymbol()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h388 MCSectionSubPair getCurrentSection() const { in getCurrentSection() function
393 MCSection *getCurrentSectionOnly() const { return getCurrentSection().first; } in getCurrentSectionOnly()
417 std::make_pair(getCurrentSection(), getPreviousSection())); in pushSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp252 cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in parseDirectiveType()
H A DELFAsmParser.cpp685 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection(); in ParseSectionArguments()
/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/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp773 auto WS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in CheckDataSection()
1089 auto CWS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in doBeforeLabelEmit()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h318 const MCSection *getCurrentSection() const;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp326 MCSectionSubPair P = getCurrentSection(); in emitCommonSymbol()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp435 const MCSection *AsmPrinter::getCurrentSection() const { in getCurrentSection() function in AsmPrinter
1506 getObjFileLowering().getStackSizesSection(*getCurrentSection()); in emitStackSizeSection()
2979 if (OutStreamer->getCurrentSection() != OutStreamer->getPreviousSection()) in emitXXStructorList()
3108 if (getCurrentSection()->getKind().isText()) { in emitAlignment()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp483 LastMappingSymbols[getCurrentSection().first] = std::move(LastEMSInfo); in changeSection()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1795 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in emitFunctionEntryLabel()
2610 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in emitFunctionDescriptor()