Searched refs:processDebugLoc (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Target/Sparc/
H A DSparcCodeEmitter.cpp132 MCE.processDebugLoc(MI->getDebugLoc(), true);
166 MCE.processDebugLoc(MI->getDebugLoc(), false);
/external/llvm/lib/Target/PowerPC/
H A DPPCCodeEmitter.cpp121 MCE.processDebugLoc(MI.getDebugLoc(), true);
141 MCE.processDebugLoc(MI.getDebugLoc(), false);
/external/llvm/lib/Target/Mips/
H A DMipsCodeEmitter.cpp351 MCE.processDebugLoc(MI->getDebugLoc(), true);
356 MCE.processDebugLoc(MI->getDebugLoc(), false);
/external/llvm/include/llvm/CodeGen/
H A DMachineCodeEmitter.h246 /// processDebugLoc - Records debug location information about a
250 virtual void processDebugLoc(DebugLoc DL, bool BeforePrintintInsn) {} function in class:llvm::MachineCodeEmitter
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp431 void processDebugLoc(DebugLoc DL, bool BeforePrintingInsn) override;
738 void JITEmitter::processDebugLoc(DebugLoc DL, bool BeforePrintingInsn) { function in class:JITEmitter
/external/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp532 MCE.processDebugLoc(MI.getDebugLoc(), true);
619 MCE.processDebugLoc(MI.getDebugLoc(), false);
/external/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp1031 MCE.processDebugLoc(MI.getDebugLoc(), true);
1497 MCE.processDebugLoc(MI.getDebugLoc(), false);

Completed in 253 milliseconds