HomeSort by: relevance | last modified time | path
    Searched refs:getCurrentSection (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCELFStreamer.cpp 109 MCSectionSubPair P = getCurrentSection();
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
WasmAsmParser.cpp 238 cast<MCSectionWasm>(getStreamer().getCurrentSection().first);
ELFAsmParser.cpp 648 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection();
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCStreamer.h 369 MCSectionSubPair getCurrentSection() const {
374 MCSection *getCurrentSectionOnly() const { return getCurrentSection().first; }
398 std::make_pair(getCurrentSection(), getPreviousSection()));
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
AsmPrinter.h 272 const MCSection *getCurrentSection() const;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.cpp 329 MCSectionSubPair Current = OutStreamer->getCurrentSection();
347 MCSectionSubPair Current = OutStreamer->getCurrentSection();
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
WebAssemblyAsmParser.cpp 744 auto WS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first);
1039 auto CWS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first);
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCELFStreamer.cpp 317 MCSectionSubPair P = getCurrentSection();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 254 /// getCurrentSection() - Return the current section we are emitting to.
255 const MCSection *AsmPrinter::getCurrentSection() const {
1168 getObjFileLowering().getStackSizesSection(*getCurrentSection());
2327 if (OutStreamer->getCurrentSection() != OutStreamer->getPreviousSection())
2433 if (getCurrentSection()->getKind().isText())
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 1586 MCSectionSubPair Current = OutStreamer->getCurrentSection();
2242 MCSectionSubPair Current = OutStreamer->getCurrentSection();
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 468 LastMappingSymbols[getCurrentSection().first] = std::move(LastEMSInfo);

Completed in 26 milliseconds