Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DFaultMaps.cpp24 const char *FaultMaps::WFMP = "Fault Maps: "; member in FaultMaps
67 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFaultMaps.h42 static const char *WFMP;