Home
last modified time | relevance | path

Searched refs:processDebugLoc (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsCodeEmitter.cpp236 MCE.processDebugLoc(MI.getDebugLoc(), true); in emitInstruction()
250 MCE.processDebugLoc(MI.getDebugLoc(), false); in emitInstruction()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCCodeEmitter.cpp115 MCE.processDebugLoc(MI.getDebugLoc(), true); in emitBasicBlock()
134 MCE.processDebugLoc(MI.getDebugLoc(), false); in emitBasicBlock()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineCodeEmitter.h248 virtual void processDebugLoc(DebugLoc DL, bool BeforePrintintInsn) {} in processDebugLoc() function
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86CodeEmitter.cpp626 MCE.processDebugLoc(MI.getDebugLoc(), true); in emitInstruction()
1013 MCE.processDebugLoc(MI.getDebugLoc(), false); in emitInstruction()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp450 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/
DARMCodeEmitter.cpp529 MCE.processDebugLoc(MI.getDebugLoc(), true); in emitInstruction()
618 MCE.processDebugLoc(MI.getDebugLoc(), false); in emitInstruction()