Home
last modified time | relevance | path

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

/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() argument
750 if (!BeforePrintingInsn) return; in processDebugLoc()