Searched refs:processDebugLoc (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsCodeEmitter.cpp | 236 MCE.processDebugLoc(MI.getDebugLoc(), true); in emitInstruction() 250 MCE.processDebugLoc(MI.getDebugLoc(), false); in emitInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCCodeEmitter.cpp | 115 MCE.processDebugLoc(MI.getDebugLoc(), true); in emitBasicBlock() 134 MCE.processDebugLoc(MI.getDebugLoc(), false); in emitBasicBlock()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineCodeEmitter.h | 248 virtual void processDebugLoc(DebugLoc DL, bool BeforePrintintInsn) {} in processDebugLoc() function
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86CodeEmitter.cpp | 626 MCE.processDebugLoc(MI.getDebugLoc(), true); in emitInstruction() 1013 MCE.processDebugLoc(MI.getDebugLoc(), false); in emitInstruction()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | JITEmitter.cpp | 450 virtual void processDebugLoc(DebugLoc DL, bool BeforePrintingInsn); 748 void JITEmitter::processDebugLoc(DebugLoc DL, bool BeforePrintingInsn) { in processDebugLoc() function in JITEmitter
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMCodeEmitter.cpp | 529 MCE.processDebugLoc(MI.getDebugLoc(), true); in emitInstruction() 618 MCE.processDebugLoc(MI.getDebugLoc(), false); in emitInstruction()
|