/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXMCAsmStreamer.cpp | 238 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/ |
D | MCObjectStreamer.cpp | 130 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()
|
D | ConstantPools.cpp | 82 MCSection *Section = Streamer.getCurrentSection().first; in emitForCurrentSection() 91 MCSection *Section = Streamer.getCurrentSection().first; in addEntry()
|
D | MCAsmStreamer.cpp | 740 assert(getCurrentSection().first && in EmitBytes() 785 assert(getCurrentSection().first && in EmitValueImpl() 1535 assert(getCurrentSection().first && in EmitInstruction()
|
D | MCELFStreamer.cpp | 310 MCSectionSubPair P = getCurrentSection(); in EmitCommonSymbol()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCNullStreamer.cpp | 36 assert(getCurrentSection() && "Cannot emit before setting section!"); in EmitLabel() 37 Symbol->setSection(*getCurrentSection()); in EmitLabel()
|
D | MCPureStreamer.cpp | 117 assert(getCurrentSection() && "Cannot emit before setting section!"); in EmitLabel() 119 Symbol->setSection(*getCurrentSection()); in EmitLabel()
|
D | MCObjectStreamer.cpp | 164 MCLineEntry::Make(this, getCurrentSection()); in EmitInstruction()
|
D | MCAsmStreamer.cpp | 573 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()
|
D | MCStreamer.cpp | 176 assert(getCurrentSection() && "Cannot emit before setting section!"); in EmitLabel() 177 Symbol->setSection(*getCurrentSection()); in EmitLabel()
|
D | MCMachOStreamer.cpp | 122 Symbol->setSection(*getCurrentSection()); in EmitLabel()
|
D | MCELFStreamer.cpp | 273 Symbol->setSection(*getCurrentSection()); in EmitFileDirective()
|
/external/llvm/include/llvm/MC/ |
D | MCStreamer.h | 292 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/ |
D | MCStreamer.h | 162 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/ |
D | MCStreamer.h | 332 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/ |
D | HexagonMCELFStreamer.cpp | 112 MCSectionSubPair P = getCurrentSection(); in HexagonMCEmitCommonSymbol()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCELFStreamer.cpp | 110 MCSectionSubPair P = getCurrentSection(); in HexagonMCEmitCommonSymbol()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | AsmPrinter.h | 141 const MCSection *getCurrentSection() const;
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonAsmPrinter.cpp | 282 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction() 303 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
|
/external/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 183 const MCSection *getCurrentSection() const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 227 const MCSection *getCurrentSection() const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonAsmPrinter.cpp | 337 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction() 355 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 139 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/ |
D | AsmPrinter.cpp | 163 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/ |
D | AsmPrinter.cpp | 233 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()
|