Lines Matching refs:DEBUG
39 #include "llvm/Support/Debug.h"
327 /// DR - The debug registerer for the jit.
372 DEBUG(dbgs() << "JIT is managing a GOT\n");
428 DEBUG
561 DEBUG(dbgs() << "JIT: Lazy stub emitted at [" << Stub << "] for function '"
597 DEBUG(dbgs() << "JIT: Indirect symbol emitted at [" << IndirectSym
615 DEBUG(dbgs() << "JIT: Stub emitted at [" << Stub
625 DEBUG(dbgs() << "JIT: Adding GOT entry " << idx << " for addr ["
668 DEBUG(dbgs() << "JIT: Lazily resolving function '" << F->getName()
780 DEBUG(dbgs() << "JIT: Starting CodeGen of Function "
847 DEBUG(dbgs() << "JIT: Map \'" << MR.getExternalSymbol() << "\' to ["
880 DEBUG(dbgs() << "JIT: GOT was out of date for " << ResultPtr
897 DEBUG(dbgs() << "JIT: GOT was out of date for " << (void*)BufferBegin
926 // Reset the previous debug location.
929 DEBUG(dbgs() << "JIT: Finished CodeGen of [" << (void*)FnStart
940 DEBUG({
1011 DEBUG(dbgs() << "JIT: Ran out of space for native code. Reattempting.\n");
1080 DEBUG(dbgs() << "JIT: Emitted constant pool at [" << ConstantPoolBase
1098 DEBUG(dbgs() << "JIT: CP" << i << " at [0x";