Home
last modified time | relevance | path

Searched refs:getCurrentSection (Results 1 – 25 of 27) 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()
DMCStreamer.cpp246 assert(getCurrentSection().first && "Cannot emit before setting section!"); in EmitLabel()
DMCDwarf.cpp919 if (!context.getGenDwarfSectionSyms().count(MCOS->getCurrentSection().first)) in Make()
/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-7.0/llvm/include/llvm/MC/
DMCStreamer.h332 MCSectionSubPair getCurrentSection() const { in getCurrentSection() function
337 MCSection *getCurrentSectionOnly() const { return getCurrentSection().first; } in getCurrentSectionOnly()
361 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-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCELFStreamer.cpp110 MCSectionSubPair P = getCurrentSection(); in HexagonMCEmitCommonSymbol()
/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-7.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h227 const MCSection *getCurrentSection() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonAsmPrinter.cpp337 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
355 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp233 const MCSection *AsmPrinter::getCurrentSection() const { in getCurrentSection() function in AsmPrinter
994 getObjFileLowering().getStackSizesSection(*getCurrentSection()); in emitStackSizeSection()
1940 if (OutStreamer->getCurrentSection() != OutStreamer->getPreviousSection()) in EmitXXStructorList()
2032 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()
DDarwinAsmParser.cpp473 getStreamer().getCurrentSection().first); in parseDirectiveIndirectSymbol()
DAsmParser.cpp711 MCSection *Sec = getStreamer().getCurrentSection().first; in Run()
800 if (!ParsingInlineAsm && !getStreamer().getCurrentSection().first) { in checkForValidSection()
1876 getStreamer().getCurrentSection().first)) { in parseStatement()
2993 const MCSection *Section = getStreamer().getCurrentSection().first; in parseDirectiveAlign()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCELFStreamer.cpp300 MCSectionSubPair P = getCurrentSection(); in EmitCommonSymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DELFAsmParser.cpp621 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection(); in ParseSectionArguments()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp470 LastMappingSymbols[getCurrentSection().first] = std::move(LastEMSInfo); in ChangeSection()
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2948 const MCSection *Section = getStreamer().getCurrentSection().first; in parseDirectiveEven()
2955 Section = getStreamer().getCurrentSection().first; in parseDirectiveEven()
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp1106 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in EmitFunctionEntryLabel()

12