Searched refs:hasRawTextSupport (Results 1 - 13 of 13) sorted by relevance

/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFStreamer.cpp32 if (hasRawTextSupport())
83 if (hasRawTextSupport())
H A DMipsReginfo.cpp48 if (OS.hasRawTextSupport())
/external/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp211 if (OutStreamer.hasRawTextSupport())
230 if (OutStreamer.hasRawTextSupport()) {
259 if (OutStreamer.hasRawTextSupport()) {
279 if (OutStreamer.hasRawTextSupport()) {
562 if (OutStreamer.hasRawTextSupport()) {
570 if (OutStreamer.hasRawTextSupport())
575 if (OutStreamer.hasRawTextSupport()) {
585 if (OutStreamer.hasRawTextSupport())
592 if (OutStreamer.hasRawTextSupport()) return;
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp83 if (OutStreamer.hasRawTextSupport()) {
431 if (!OutStreamer.hasRawTextSupport()) return;
442 if (OutStreamer.hasRawTextSupport())
480 if (OutStreamer.hasRawTextSupport())
H A DDIE.cpp208 if (Asm->OutStreamer.hasRawTextSupport())
H A DAsmPrinter.cpp2121 if (isVerbose() && OutStreamer.hasRawTextSupport()) {
/external/llvm/lib/Target/SystemZ/
H A DSystemZMCInstLower.cpp99 if (!AsmPrinter.OutStreamer.hasRawTextSupport())
/external/llvm/lib/Target/R600/
H A DAMDGPUAsmPrinter.cpp58 if (OutStreamer.hasRawTextSupport()) {
/external/llvm/include/llvm/MC/
H A DMCStreamer.h150 /// hasRawTextSupport - Return true if this asm streamer supports emitting
152 virtual bool hasRawTextSupport() const { return false; } function in class:llvm::MCStreamer
608 /// indicated by the hasRawTextSupport() predicate. By default this aborts.
/external/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp738 if (OutStreamer.hasRawTextSupport()) {
886 if (OutStreamer.hasRawTextSupport())
/external/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp696 if (OutStreamer.hasRawTextSupport())
/external/llvm/lib/MC/
H A DMCAsmStreamer.cpp98 /// hasRawTextSupport - We support EmitRawText.
99 virtual bool hasRawTextSupport() const { return true; } function in class:__anon21282::MCAsmStreamer
267 /// indicated by the hasRawTextSupport() predicate.
1401 /// indicated by the hasRawTextSupport() predicate.
/external/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp856 if (OutStreamer.hasRawTextSupport()) {

Completed in 194 milliseconds