Home
last modified time | relevance | path

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

12

/external/llvm/lib/MC/
DConstantPools.cpp82 MCSection *Section = Streamer.getCurrentSection().first; in emitForCurrentSection()
91 MCSection *Section = Streamer.getCurrentSection().first; in addEntry()
DMCObjectStreamer.cpp130 MCDwarfLineEntry::Make(this, getCurrentSection().first); in EmitValueImpl()
238 MCDwarfLineEntry::Make(this, getCurrentSection().first); in EmitInstruction()
307 MCDwarfLineEntry::Make(this, getCurrentSection().first); in EmitDwarfLocDirective()
417 MCDwarfLineEntry::Make(this, getCurrentSection().first); in EmitBytes()
432 MCSection *CurSec = getCurrentSection().first; in EmitValueToAlignment()
494 const MCSection *Sec = getCurrentSection().first; in emitFill()
DMCAsmStreamer.cpp740 assert(getCurrentSection().first && in EmitBytes()
785 assert(getCurrentSection().first && in EmitValueImpl()
1535 assert(getCurrentSection().first && in EmitInstruction()
DMCELFStreamer.cpp310 MCSectionSubPair P = getCurrentSection(); in EmitCommonSymbol()
/external/llvm/include/llvm/MC/
DMCStreamer.h292 MCSectionSubPair getCurrentSection() const { in getCurrentSection() function
297 MCSection *getCurrentSectionOnly() const { return getCurrentSection().first; } in getCurrentSectionOnly()
321 std::make_pair(getCurrentSection(), getPreviousSection())); in PushSection()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCStreamer.h357 MCSectionSubPair getCurrentSection() const { in getCurrentSection() function
362 MCSection *getCurrentSectionOnly() const { return getCurrentSection().first; } in getCurrentSectionOnly()
386 std::make_pair(getCurrentSection(), getPreviousSection())); in PushSection()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCELFStreamer.cpp112 MCSectionSubPair P = getCurrentSection(); in HexagonMCEmitCommonSymbol()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCELFStreamer.cpp109 MCSectionSubPair P = getCurrentSection(); in HexagonMCEmitCommonSymbol()
/external/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCELFStreamer.cpp109 MCSectionSubPair P = getCurrentSection(); in HexagonMCEmitCommonSymbol()
/external/llvm-project/llvm/include/llvm/MC/
DMCStreamer.h369 MCSectionSubPair getCurrentSection() const { in getCurrentSection() function
374 MCSection *getCurrentSectionOnly() const { return getCurrentSection().first; } in getCurrentSectionOnly()
398 std::make_pair(getCurrentSection(), getPreviousSection())); in PushSection()
/external/llvm/lib/Target/Hexagon/
DHexagonAsmPrinter.cpp282 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
303 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
/external/llvm/include/llvm/CodeGen/
DAsmPrinter.h183 const MCSection *getCurrentSection() const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonAsmPrinter.cpp329 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
347 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonAsmPrinter.cpp329 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
347 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp636 auto WS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in CheckDataSection()
876 auto CWS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in doBeforeLabelEmit()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h244 const MCSection *getCurrentSection() const;
/external/llvm-project/llvm/include/llvm/CodeGen/
DAsmPrinter.h269 const MCSection *getCurrentSection() const;
/external/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp681 auto WS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in CheckDataSection()
975 auto CWS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in doBeforeLabelEmit()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp163 const MCSection *AsmPrinter::getCurrentSection() const { in getCurrentSection() function in AsmPrinter
164 return OutStreamer->getCurrentSection().first; in getCurrentSection()
1644 if (OutStreamer->getCurrentSection() != OutStreamer->getPreviousSection()) in EmitXXStructorList()
1732 if (getCurrentSection()->getKind().isText()) in EmitAlignment()
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp513 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection(); in ParseSectionArguments()
DCOFFAsmParser.cpp518 getStreamer().getCurrentSection().first); in ParseDirectiveLinkOnce()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp244 const MCSection *AsmPrinter::getCurrentSection() const { in getCurrentSection() function in AsmPrinter
1018 getObjFileLowering().getStackSizesSection(*getCurrentSection()); in emitStackSizeSection()
2092 if (OutStreamer->getCurrentSection() != OutStreamer->getPreviousSection()) in EmitXXStructorList()
2204 if (getCurrentSection()->getKind().isText()) in EmitAlignment()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCELFStreamer.cpp304 MCSectionSubPair P = getCurrentSection(); in EmitCommonSymbol()
/external/llvm-project/llvm/lib/MC/
DMCELFStreamer.cpp321 MCSectionSubPair P = getCurrentSection(); in emitCommonSymbol()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp247 const MCSection *AsmPrinter::getCurrentSection() const { in getCurrentSection() function in AsmPrinter
1094 getObjFileLowering().getStackSizesSection(*getCurrentSection()); in emitStackSizeSection()
2216 if (OutStreamer->getCurrentSection() != OutStreamer->getPreviousSection()) in emitXXStructorList()
2322 if (getCurrentSection()->getKind().isText()) in emitAlignment()

12