Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DDwarfEHPrepare.cpp48 Constant *URoR; member in __anon19cb08fb0111::DwarfEHPrepare
107 URoR(0), EHCatchAllValue(0), RewindFunction(0) { in DwarfEHPrepare()
165 I = URoR->use_begin(), in FindAllURoRInvokes()
166 E = URoR->use_end(); I != E; ++I) { in FindAllURoRInvokes()
219 if (Invoke->getCalledFunction() == URoR) in FindSelectorAndURoR()
255 if (!URoR) { in HandleURoRInvokes()
256 URoR = F->getParent()->getFunction("_Unwind_Resume_or_Rethrow"); in HandleURoRInvokes()
257 if (!URoR) return CleanupSelectors(CatchAllSels); in HandleURoRInvokes()