Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCObjectStreamer.cpp114 MCLineEntry::Make(this, getCurrentSection().first); in EmitValueImpl()
219 MCLineEntry::Make(this, getCurrentSection().first); in EmitInstruction()
289 MCLineEntry::Make(this, getCurrentSection().first); in EmitDwarfLocDirective()
347 MCLineEntry::Make(this, getCurrentSection().first); in EmitBytes()
417 const MCSection *Sec = getCurrentSection().first; in EmitZeros()
DConstantPools.cpp86 const MCSection *Section = Streamer.getCurrentSection().first; in emitForCurrentSection()
95 const MCSection *Section = Streamer.getCurrentSection().first; in addEntry()
DMCAsmStreamer.cpp621 assert(getCurrentSection().first && in EmitBytes()
652 assert(getCurrentSection().first && in EmitValueImpl()
1250 assert(getCurrentSection().first && in EmitInstruction()
DMCStreamer.cpp203 assert(getCurrentSection().first && "Cannot emit before setting section!"); in EmitLabel()
204 AssignSection(Symbol, getCurrentSection().first); in EmitLabel()
DMCMachOStreamer.cpp188 AssignSection(Symbol, getCurrentSection().first); in EmitLabel()
DMCDwarf.cpp914 if (!context.getGenDwarfSectionSyms().count(MCOS->getCurrentSection().first)) in Make()
/external/llvm/include/llvm/MC/
DMCStreamer.h291 MCSectionSubPair getCurrentSection() const { in getCurrentSection() function
321 std::make_pair(getCurrentSection(), getPreviousSection())); in PushSection()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFStreamer.cpp180 auto Sec = getCurrentSection().first; in EmitMappingSymbol()
/external/llvm/include/llvm/CodeGen/
DAsmPrinter.h175 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()
1545 if (OutStreamer.getCurrentSection() != OutStreamer.getPreviousSection()) in EmitXXStructorList()
1648 if (getCurrentSection()->getKind().isText()) in EmitAlignment()
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp521 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection(); in ParseSectionArguments()
DCOFFAsmParser.cpp502 getStreamer().getCurrentSection().first); in ParseDirectiveLinkOnce()
DDarwinAsmParser.cpp435 getStreamer().getCurrentSection().first); in parseDirectiveIndirectSymbol()
DAsmParser.cpp624 getStreamer().getCurrentSection().first); in Run()
691 if (!ParsingInlineAsm && !getStreamer().getCurrentSection().first) { in checkForValidSection()
1603 getStreamer().getCurrentSection().first)) { in parseStatement()
2735 const MCSection *Section = getStreamer().getCurrentSection().first; in parseDirectiveAlign()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp639 AssignSection(Symbol, getCurrentSection().first); in EmitMappingSymbol()
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp1056 MCSectionSubPair Current = OutStreamer.getCurrentSection(); in EmitFunctionEntryLabel()
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp9645 const MCSection *Section = getStreamer().getCurrentSection().first; in parseDirectiveEven()
9654 Section = getStreamer().getCurrentSection().first; in parseDirectiveEven()
9943 if (getStreamer().getCurrentSection().first->UseCodeAlign()) in parseDirectiveAlign()