/external/llvm/lib/MC/ |
D | ConstantPools.cpp | 82 MCSection *Section = Streamer.getCurrentSection().first; in emitForCurrentSection() 91 MCSection *Section = Streamer.getCurrentSection().first; in addEntry()
|
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 | 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/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-10.0/llvm/include/llvm/MC/ |
D | MCStreamer.h | 357 MCSectionSubPair getCurrentSection() const { in getCurrentSection() function 362 MCSection *getCurrentSectionOnly() const { return getCurrentSection().first; } in getCurrentSectionOnly() 386 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-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCELFStreamer.cpp | 109 MCSectionSubPair P = getCurrentSection(); in HexagonMCEmitCommonSymbol()
|
/external/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCELFStreamer.cpp | 109 MCSectionSubPair P = getCurrentSection(); in HexagonMCEmitCommonSymbol()
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCStreamer.h | 369 MCSectionSubPair getCurrentSection() const { in getCurrentSection() function 374 MCSection *getCurrentSectionOnly() const { return getCurrentSection().first; } in getCurrentSectionOnly() 398 std::make_pair(getCurrentSection(), getPreviousSection())); in PushSection()
|
/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-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonAsmPrinter.cpp | 329 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction() 347 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonAsmPrinter.cpp | 329 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction() 347 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/ |
D | WebAssemblyAsmParser.cpp | 636 auto WS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in CheckDataSection() 876 auto CWS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in doBeforeLabelEmit()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 244 const MCSection *getCurrentSection() const;
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 269 const MCSection *getCurrentSection() const;
|
/external/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
D | WebAssemblyAsmParser.cpp | 681 auto WS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in CheckDataSection() 975 auto CWS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in doBeforeLabelEmit()
|
/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/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 513 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection(); in ParseSectionArguments()
|
D | COFFAsmParser.cpp | 518 getStreamer().getCurrentSection().first); in ParseDirectiveLinkOnce()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 244 const MCSection *AsmPrinter::getCurrentSection() const { in getCurrentSection() function in AsmPrinter 1018 getObjFileLowering().getStackSizesSection(*getCurrentSection()); in emitStackSizeSection() 2092 if (OutStreamer->getCurrentSection() != OutStreamer->getPreviousSection()) in EmitXXStructorList() 2204 if (getCurrentSection()->getKind().isText()) in EmitAlignment()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCELFStreamer.cpp | 304 MCSectionSubPair P = getCurrentSection(); in EmitCommonSymbol()
|
/external/llvm-project/llvm/lib/MC/ |
D | MCELFStreamer.cpp | 321 MCSectionSubPair P = getCurrentSection(); in emitCommonSymbol()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 247 const MCSection *AsmPrinter::getCurrentSection() const { in getCurrentSection() function in AsmPrinter 1094 getObjFileLowering().getStackSizesSection(*getCurrentSection()); in emitStackSizeSection() 2216 if (OutStreamer->getCurrentSection() != OutStreamer->getPreviousSection()) in emitXXStructorList() 2322 if (getCurrentSection()->getKind().isText()) in emitAlignment()
|