Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXMCAsmStreamer.cpp238 assert(getCurrentSection() && "Cannot emit before setting section!"); in EmitLabel()
242 Symbol->setSection(*getCurrentSection()); in EmitLabel()
334 assert(getCurrentSection() && "Cannot emit contents before setting section!"); in EmitBytes()
360 assert(getCurrentSection() && "Cannot emit contents before setting section!"); in EmitValueImpl()
502 assert(getCurrentSection() && "Cannot emit contents before setting section!"); in EmitInstruction()
/external/llvm/lib/MC/
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()
DConstantPools.cpp82 MCSection *Section = Streamer.getCurrentSection().first; in emitForCurrentSection()
91 MCSection *Section = Streamer.getCurrentSection().first; in addEntry()
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/swiftshader/third_party/LLVM/lib/MC/
DMCNullStreamer.cpp36 assert(getCurrentSection() && "Cannot emit before setting section!"); in EmitLabel()
37 Symbol->setSection(*getCurrentSection()); in EmitLabel()
DMCPureStreamer.cpp117 assert(getCurrentSection() && "Cannot emit before setting section!"); in EmitLabel()
119 Symbol->setSection(*getCurrentSection()); in EmitLabel()
DMCObjectStreamer.cpp164 MCLineEntry::Make(this, getCurrentSection()); in EmitInstruction()
DMCAsmStreamer.cpp573 assert(getCurrentSection() && "Cannot emit contents before setting section!"); in EmitBytes()
604 assert(getCurrentSection() && "Cannot emit contents before setting section!"); in EmitValueImpl()
1233 assert(getCurrentSection() && "Cannot emit contents before setting section!"); in EmitInstruction()
DMCStreamer.cpp176 assert(getCurrentSection() && "Cannot emit before setting section!"); in EmitLabel()
177 Symbol->setSection(*getCurrentSection()); in EmitLabel()
DMCMachOStreamer.cpp122 Symbol->setSection(*getCurrentSection()); in EmitLabel()
DMCELFStreamer.cpp273 Symbol->setSection(*getCurrentSection()); in EmitFileDirective()
/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/include/llvm/MC/
DMCStreamer.h162 const MCSection *getCurrentSection() const { in getCurrentSection() function
185 SectionStack.push_back(std::make_pair(getCurrentSection(), 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/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DAsmPrinter.h141 const MCSection *getCurrentSection() const;
/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/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp139 const MCSection *AsmPrinter::getCurrentSection() const { in getCurrentSection() function in AsmPrinter
140 return OutStreamer.getCurrentSection(); in getCurrentSection()
702 MCLineEntry::Make(&OutStreamer, getCurrentSection()); in EmitFunctionBody()
1396 if (getCurrentSection()->getKind().isText()) in EmitAlignment()
/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()

12