Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCObjectStreamer.cpp130 MCLineEntry::Make(this, getCurrentSection().first); in EmitValueImpl()
237 MCLineEntry::Make(this, getCurrentSection().first); in EmitInstruction()
306 MCLineEntry::Make(this, getCurrentSection().first); in EmitDwarfLocDirective()
368 MCLineEntry::Make(this, getCurrentSection().first); in EmitBytes()
383 MCSection *CurSec = getCurrentSection().first; in EmitValueToAlignment()
440 const MCSection *Sec = getCurrentSection().first; in EmitFill()
DConstantPools.cpp85 MCSection *Section = Streamer.getCurrentSection().first; in emitForCurrentSection()
94 MCSection *Section = Streamer.getCurrentSection().first; in addEntry()
DMCAsmStreamer.cpp663 assert(getCurrentSection().first && in EmitBytes()
694 assert(getCurrentSection().first && in EmitValueImpl()
1325 assert(getCurrentSection().first && in EmitInstruction()
DMCELFStreamer.cpp306 MCSectionSubPair P = getCurrentSection(); in EmitCommonSymbol()
DMCStreamer.cpp202 assert(getCurrentSection().first && "Cannot emit before setting section!"); in EmitLabel()
DMCDwarf.cpp912 if (!context.getGenDwarfSectionSyms().count(MCOS->getCurrentSection().first)) in Make()
/external/llvm/include/llvm/MC/
DMCStreamer.h274 MCSectionSubPair getCurrentSection() const { in getCurrentSection() function
279 MCSection *getCurrentSectionOnly() const { return getCurrentSection().first; } in getCurrentSectionOnly()
303 std::make_pair(getCurrentSection(), getPreviousSection())); in PushSection()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCELFStreamer.cpp111 MCSection *CrntSection = getCurrentSection().first; in HexagonMCEmitCommonSymbol()
/external/llvm/lib/Target/Hexagon/
DHexagonAsmPrinter.cpp272 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
293 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
/external/llvm/include/llvm/CodeGen/
DAsmPrinter.h180 const MCSection *getCurrentSection() const;
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp160 const MCSection *AsmPrinter::getCurrentSection() const { in getCurrentSection() function in AsmPrinter
161 return OutStreamer->getCurrentSection().first; in getCurrentSection()
1609 if (OutStreamer->getCurrentSection() != OutStreamer->getPreviousSection()) in EmitXXStructorList()
1697 if (getCurrentSection()->getKind().isText()) in EmitAlignment()
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp511 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection(); in ParseSectionArguments()
DCOFFAsmParser.cpp518 getStreamer().getCurrentSection().first); in ParseDirectiveLinkOnce()
DDarwinAsmParser.cpp444 getStreamer().getCurrentSection().first); in parseDirectiveIndirectSymbol()
DAsmParser.cpp641 MCSection *Sec = getStreamer().getCurrentSection().first; in Run()
710 if (!ParsingInlineAsm && !getStreamer().getCurrentSection().first) { in checkForValidSection()
1747 getStreamer().getCurrentSection().first)) { in parseStatement()
2869 const MCSection *Section = getStreamer().getCurrentSection().first; in parseDirectiveAlign()
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2857 const MCSection *Section = getStreamer().getCurrentSection().first; in parseDirectiveEven()
2864 Section = getStreamer().getCurrentSection().first; in parseDirectiveEven()
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp1099 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in EmitFunctionEntryLabel()
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp9576 const MCSection *Section = getStreamer().getCurrentSection().first; in parseDirectiveEven()
9585 Section = getStreamer().getCurrentSection().first; in parseDirectiveEven()
9866 if (getStreamer().getCurrentSection().first->UseCodeAlign()) in parseDirectiveAlign()