Searched refs:getCurrentSection (Results 1 - 25 of 31) sorted by relevance

12

/external/llvm/lib/MC/
H A DConstantPools.cpp82 MCSection *Section = Streamer.getCurrentSection().first;
91 MCSection *Section = Streamer.getCurrentSection().first;
H A DMCObjectStreamer.cpp130 MCDwarfLineEntry::Make(this, getCurrentSection().first);
238 MCDwarfLineEntry::Make(this, getCurrentSection().first);
307 MCDwarfLineEntry::Make(this, getCurrentSection().first);
417 MCDwarfLineEntry::Make(this, getCurrentSection().first);
432 MCSection *CurSec = getCurrentSection().first;
494 const MCSection *Sec = getCurrentSection().first;
H A DMCAsmStreamer.cpp740 assert(getCurrentSection().first &&
785 assert(getCurrentSection().first &&
1535 assert(getCurrentSection().first &&
H A DMCELFStreamer.cpp310 MCSectionSubPair P = getCurrentSection();
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCNullStreamer.cpp36 assert(getCurrentSection() && "Cannot emit before setting section!");
37 Symbol->setSection(*getCurrentSection());
H A DMCPureStreamer.cpp117 assert(getCurrentSection() && "Cannot emit before setting section!");
119 Symbol->setSection(*getCurrentSection());
H A DMCObjectStreamer.cpp164 MCLineEntry::Make(this, getCurrentSection());
H A DMCStreamer.cpp176 assert(getCurrentSection() && "Cannot emit before setting section!");
177 Symbol->setSection(*getCurrentSection());
H A DMCELFStreamer.cpp273 Symbol->setSection(*getCurrentSection());
H A DMCMachOStreamer.cpp122 Symbol->setSection(*getCurrentSection());
H A DMCAsmStreamer.cpp573 assert(getCurrentSection() && "Cannot emit contents before setting section!");
604 assert(getCurrentSection() && "Cannot emit contents before setting section!");
1233 assert(getCurrentSection() && "Cannot emit contents before setting section!");
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
H A DPTXMCAsmStreamer.cpp238 assert(getCurrentSection() && "Cannot emit before setting section!");
242 Symbol->setSection(*getCurrentSection());
334 assert(getCurrentSection() && "Cannot emit contents before setting section!");
360 assert(getCurrentSection() && "Cannot emit contents before setting section!");
502 assert(getCurrentSection() && "Cannot emit contents before setting section!");
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp112 MCSectionSubPair P = getCurrentSection();
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCStreamer.h160 /// getCurrentSection - Return the current section that the streamer is
162 const MCSection *getCurrentSection() const { function in class:llvm::MCStreamer
185 SectionStack.push_back(std::make_pair(getCurrentSection(),
/external/llvm/include/llvm/MC/
H A DMCStreamer.h292 MCSectionSubPair getCurrentSection() const { function in class:llvm::MCStreamer
297 MCSection *getCurrentSectionOnly() const { return getCurrentSection().first; }
321 std::make_pair(getCurrentSection(), getPreviousSection()));
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DAsmPrinter.h140 /// getCurrentSection() - Return the current section we are emitting to.
141 const MCSection *getCurrentSection() const;
/external/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp282 MCSectionSubPair Current = OutStreamer->getCurrentSection();
303 MCSectionSubPair Current = OutStreamer->getCurrentSection();
/external/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h183 const MCSection *getCurrentSection() const;
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp162 /// getCurrentSection() - Return the current section we are emitting to.
163 const MCSection *AsmPrinter::getCurrentSection() const { function in class:AsmPrinter
164 return OutStreamer->getCurrentSection().first;
1644 if (OutStreamer->getCurrentSection() != OutStreamer->getPreviousSection())
1732 if (getCurrentSection()->getKind().isText())
/external/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp518 getStreamer().getCurrentSection().first);
H A DELFAsmParser.cpp513 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection();
H A DAsmParser.cpp711 MCSection *Sec = getStreamer().getCurrentSection().first;
800 if (!ParsingInlineAsm && !getStreamer().getCurrentSection().first) {
1876 getStreamer().getCurrentSection().first)) {
2993 const MCSection *Section = getStreamer().getCurrentSection().first;
H A DDarwinAsmParser.cpp473 getStreamer().getCurrentSection().first);
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp138 /// getCurrentSection() - Return the current section we are emitting to.
139 const MCSection *AsmPrinter::getCurrentSection() const { function in class:AsmPrinter
140 return OutStreamer.getCurrentSection();
702 MCLineEntry::Make(&OutStreamer, getCurrentSection());
1396 if (getCurrentSection()->getKind().isText())
/external/swiftshader/third_party/LLVM/tools/lto/
H A DLTOModule.cpp556 Symbol->setSection(*getCurrentSection());

Completed in 338 milliseconds

12