Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp110 MCSectionSubPair P = getCurrentSection(); in HexagonMCEmitCommonSymbol()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCStreamer.h384 MCSectionSubPair getCurrentSection() const { in getCurrentSection() function
389 MCSection *getCurrentSectionOnly() const { return getCurrentSection().first; } in getCurrentSectionOnly()
413 std::make_pair(getCurrentSection(), getPreviousSection())); in pushSection()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp245 cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in parseDirectiveType()
H A DELFAsmParser.cpp669 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection(); in ParseSectionArguments()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp329 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
348 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp764 auto WS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in CheckDataSection()
1062 auto CWS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in doBeforeLabelEmit()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h308 const MCSection *getCurrentSection() const;
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCELFStreamer.cpp320 MCSectionSubPair P = getCurrentSection(); in emitCommonSymbol()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp419 const MCSection *AsmPrinter::getCurrentSection() const { in getCurrentSection() function in AsmPrinter
1371 getObjFileLowering().getStackSizesSection(*getCurrentSection()); in emitStackSizeSection()
2582 if (OutStreamer->getCurrentSection() != OutStreamer->getPreviousSection()) in emitXXStructorList()
2689 if (getCurrentSection()->getKind().isText()) { in emitAlignment()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1666 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in emitFunctionEntryLabel()
2483 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in emitFunctionDescriptor()
/llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp478 LastMappingSymbols[getCurrentSection().first] = std::move(LastEMSInfo); in changeSection()