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

/freebsd-10.3-release/contrib/llvm/lib/Target/Sparc/
H A DSparcCodeEmitter.cpp127 MCE.processDebugLoc(MI->getDebugLoc(), true);
160 MCE.processDebugLoc(MI->getDebugLoc(), false);
/freebsd-10.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCCodeEmitter.cpp119 MCE.processDebugLoc(MI.getDebugLoc(), true);
138 MCE.processDebugLoc(MI.getDebugLoc(), false);
/freebsd-10.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsCodeEmitter.cpp316 MCE.processDebugLoc(MI->getDebugLoc(), true);
321 MCE.processDebugLoc(MI->getDebugLoc(), false);
/freebsd-10.3-release/contrib/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
/freebsd-10.3-release/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp436 virtual void processDebugLoc(DebugLoc DL, bool BeforePrintingInsn);
733 void JITEmitter::processDebugLoc(DebugLoc DL, bool BeforePrintingInsn) { function in class:JITEmitter
/freebsd-10.3-release/contrib/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp542 MCE.processDebugLoc(MI.getDebugLoc(), true);
629 MCE.processDebugLoc(MI.getDebugLoc(), false);
/freebsd-10.3-release/contrib/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp1131 MCE.processDebugLoc(MI.getDebugLoc(), true);
1507 MCE.processDebugLoc(MI.getDebugLoc(), false);

Completed in 120 milliseconds