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

  /external/llvm/include/llvm/MC/
MCAsmBackend.h 41 unsigned HasDataInCodeSupport : 1;
60 /// hasDataInCodeSupport - Check whether this target implements data-in-code
62 bool hasDataInCodeSupport() const { return HasDataInCodeSupport; }
  /external/llvm/lib/MC/
MCMachOStreamer.cpp 165 if (!getAssembler().getBackend().hasDataInCodeSupport())
177 if (!getAssembler().getBackend().hasDataInCodeSupport())

Completed in 525 milliseconds