Searched defs:processDebugLoc (Results 1 - 2 of 2) sorted by relevance

/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

Completed in 490 milliseconds