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 39 unsigned HasDataInCodeSupport : 1;
72 /// hasDataInCodeSupport - Check whether this target implements data-in-code
74 bool hasDataInCodeSupport() const {
75 return HasDataInCodeSupport;
  /external/llvm/lib/MC/
MCMachOStreamer.cpp 148 if (!getAssembler().getBackend().hasDataInCodeSupport())
160 if (!getAssembler().getBackend().hasDataInCodeSupport())

Completed in 166 milliseconds