Searched refs:hasDataInCodeSupport (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCAsmBackend.h60 /// hasDataInCodeSupport - Check whether this target implements data-in-code
62 bool hasDataInCodeSupport() const { return HasDataInCodeSupport; } function in class:llvm::MCAsmBackend
/external/llvm/lib/MC/
H A DMCMachOStreamer.cpp165 if (!getAssembler().getBackend().hasDataInCodeSupport())
177 if (!getAssembler().getBackend().hasDataInCodeSupport())

Completed in 510 milliseconds