reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
442 LLVM_DEBUG(dbgs() << WSMP << "function addr: " << FR.first 443 << " frame size: " << FR.second.StackSize 444 << " callsite count: " << FR.second.RecordCount << '\n'); 445 OS.EmitSymbolValue(FR.first, 8); 446 OS.EmitIntValue(FR.second.StackSize, 8); 447 OS.EmitIntValue(FR.second.RecordCount, 8);