/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()
|
D | MCStreamer.cpp | 246 assert(getCurrentSection().first && "Cannot emit before setting section!"); in EmitLabel()
|
D | MCDwarf.cpp | 919 if (!context.getGenDwarfSectionSyms().count(MCOS->getCurrentSection().first)) in Make()
|
/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-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/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/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()
|
/external/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 513 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection(); in ParseSectionArguments()
|
D | COFFAsmParser.cpp | 518 getStreamer().getCurrentSection().first); in ParseDirectiveLinkOnce()
|
D | DarwinAsmParser.cpp | 473 getStreamer().getCurrentSection().first); in parseDirectiveIndirectSymbol()
|
D | AsmParser.cpp | 711 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/ |
D | MCELFStreamer.cpp | 300 MCSectionSubPair P = getCurrentSection(); in EmitCommonSymbol()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 621 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection(); in ParseSectionArguments()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFStreamer.cpp | 470 LastMappingSymbols[getCurrentSection().first] = std::move(LastEMSInfo); in ChangeSection()
|
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 2948 const MCSection *Section = getStreamer().getCurrentSection().first; in parseDirectiveEven() 2955 Section = getStreamer().getCurrentSection().first; in parseDirectiveEven()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 1106 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in EmitFunctionEntryLabel()
|