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

  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCWasmStreamer.cpp 48 DF->setHasInstructions(*EF->getSubtargetInfo());
178 DF->setHasInstructions(STI);
MCXCOFFStreamer.cpp 115 DF->setHasInstructions(STI);
MCELFStreamer.cpp 86 DF->setHasInstructions(*EF->getSubtargetInfo());
581 CEIF->setHasInstructions(STI);
608 DF->setHasInstructions(STI);
MCWinCOFFStreamer.cpp 65 DF->setHasInstructions(STI);
MCMachOStreamer.cpp 472 DF->setHasInstructions(STI);
MCObjectStreamer.cpp 386 Sec->setHasInstructions(true);
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSection.h 152 void setHasInstructions(bool Value) { HasInstructions = Value; }
MCFragment.h 177 void setHasInstructions(const MCSubtargetInfo &STI) {

Completed in 21 milliseconds