Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DFaultMaps.cpp112 case FaultMaps::FaultingLoad: in faultTypeToString()
H A DImplicitNullChecks.cpp630 MI->mayStore() ? FaultMaps::FaultingLoadStore : FaultMaps::FaultingLoad; in insertFaultingInstr()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DFaultMaps.h30 FaultingLoad = 1, enumerator