HomeSort by relevance Sort by last modified time
    Searched refs:setHasInstructions (Results 1 - 14 of 14) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCSection.h 138 void setHasInstructions(bool Value) { HasInstructions = Value; }
MCFragment.h 178 void setHasInstructions(const MCSubtargetInfo &STI) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCWasmStreamer.cpp 49 DF->setHasInstructions(*EF->getSubtargetInfo());
187 DF->setHasInstructions(STI);
MCELFStreamer.cpp 87 DF->setHasInstructions(*EF->getSubtargetInfo());
564 CEIF->setHasInstructions(STI);
590 DF->setHasInstructions(STI);
MCWinCOFFStreamer.cpp 66 DF->setHasInstructions(STI);
MCMachOStreamer.cpp 463 DF->setHasInstructions(STI);
MCObjectStreamer.cpp 307 Sec->setHasInstructions(true);
  /external/llvm/include/llvm/MC/
MCSection.h 146 void setHasInstructions(bool Value) { HasInstructions = Value; }
MCFragment.h 227 void setHasInstructions(bool V) { HasInstructions = V; }
  /external/swiftshader/third_party/LLVM/lib/MC/
MCObjectStreamer.cpp 160 getCurrentSectionData()->setHasInstructions(true);
WinCOFFStreamer.cpp 373 getCurrentSectionData()->setHasInstructions(true);
  /external/llvm/lib/MC/
MCELFStreamer.cpp 85 DF->setHasInstructions(true);
547 DF->setHasInstructions(true);
MCObjectStreamer.cpp 233 Sec->setHasInstructions(true);
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAssembler.h 476 void setHasInstructions(bool Value) { HasInstructions = Value; }

Completed in 1149 milliseconds