Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGException.cpp116 static const EHPersonality &getCPersonality(const llvm::Triple &T, in getCPersonality() function
129 return getCPersonality(T, L); in getObjCPersonality()
215 return getCPersonality(T, L); in get()
/external/llvm-project/clang/lib/CodeGen/
DCGException.cpp119 static const EHPersonality &getCPersonality(const TargetInfo &Target, in getCPersonality() function
141 return getCPersonality(Target, L); in getObjCPersonality()
232 : getCPersonality(Target, L); in get()