Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DConstantPools.cpp86 const MCSection *Section = Streamer.getCurrentSection().first; in emitForCurrentSection()
95 const MCSection *Section = Streamer.getCurrentSection().first; in addEntry()
H A DMCObjectStreamer.cpp117 MCLineEntry::Make(this, getCurrentSection().first); in EmitValueImpl()
213 MCLineEntry::Make(this, getCurrentSection().first); in EmitInstruction()
280 MCLineEntry::Make(this, getCurrentSection().first); in EmitDwarfLocDirective()
338 MCLineEntry::Make(this, getCurrentSection().first); in EmitBytes()
408 const MCSection *Sec = getCurrentSection().first; in EmitZeros()
H A DMCStreamer.cpp202 assert(getCurrentSection().first && "Cannot emit before setting section!"); in EmitLabel()
203 AssignSection(Symbol, getCurrentSection().first); in EmitLabel()
H A DMCAsmStreamer.cpp621 assert(getCurrentSection().first && in EmitBytes()
652 assert(getCurrentSection().first && in EmitValueImpl()
1250 assert(getCurrentSection().first && in EmitInstruction()
H A DMCMachOStreamer.cpp151 AssignSection(Symbol, getCurrentSection().first); in EmitLabel()
H A DMCDwarf.cpp922 if (!context.getGenDwarfSectionSyms().count(MCOS->getCurrentSection().first)) in Make()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp180 auto Sec = getCurrentSection().first; in EmitMappingSymbol()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCStreamer.h290 MCSectionSubPair getCurrentSection() const { in getCurrentSection() function
320 std::make_pair(getCurrentSection(), getPreviousSection())); in PushSection()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h161 const MCSection *getCurrentSection() const;
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp153 const MCSection *AsmPrinter::getCurrentSection() const { in getCurrentSection() function in AsmPrinter
154 return OutStreamer.getCurrentSection().first; in getCurrentSection()
1447 if (OutStreamer.getCurrentSection() != OutStreamer.getPreviousSection()) in EmitXXStructorList()
1550 if (getCurrentSection()->getKind().isText()) in EmitAlignment()
/minix3/external/bsd/llvm/dist/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp502 getStreamer().getCurrentSection().first); in ParseDirectiveLinkOnce()
H A DELFAsmParser.cpp538 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection(); in ParseSectionArguments()
H A DDarwinAsmParser.cpp435 getStreamer().getCurrentSection().first); in parseDirectiveIndirectSymbol()
H A DAsmParser.cpp624 getStreamer().getCurrentSection().first); in Run()
691 if (!ParsingInlineAsm && !getStreamer().getCurrentSection().first) { in checkForValidSection()
1601 getStreamer().getCurrentSection().first)) { in parseStatement()
2733 const MCSection *Section = getStreamer().getCurrentSection().first; in parseDirectiveAlign()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp621 AssignSection(Symbol, getCurrentSection().first); in EmitMappingSymbol()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1005 MCSectionSubPair Current = OutStreamer.getCurrentSection(); in EmitFunctionEntryLabel()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp9642 const MCSection *Section = getStreamer().getCurrentSection().first; in parseDirectiveEven()
9651 Section = getStreamer().getCurrentSection().first; in parseDirectiveEven()
9940 if (getStreamer().getCurrentSection().first->UseCodeAlign()) in parseDirectiveAlign()