Searched refs:WFMP (Results 1 – 2 of 2) sorted by relevance
24 const char *FaultMaps::WFMP = "Fault Maps: "; member in FaultMaps67 LLVM_DEBUG(dbgs() << WFMP << "#functions = " << FunctionInfos.size() << "\n"); in serializeToFaultMapSection()70 LLVM_DEBUG(dbgs() << WFMP << "functions:\n"); in serializeToFaultMapSection()80 LLVM_DEBUG(dbgs() << WFMP << " function addr: " << *FnLabel << "\n"); in emitFunctionInfo()83 LLVM_DEBUG(dbgs() << WFMP << " #faulting PCs: " << FFI.size() << "\n"); in emitFunctionInfo()89 LLVM_DEBUG(dbgs() << WFMP << " fault type: " in emitFunctionInfo()93 LLVM_DEBUG(dbgs() << WFMP << " faulting PC offset: " in emitFunctionInfo()97 LLVM_DEBUG(dbgs() << WFMP << " fault handler PC offset: " in emitFunctionInfo()
42 static const char *WFMP;