Searched defs:getThrowInfo (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGCXXABI.h | 263 virtual llvm::GlobalVariable *getThrowInfo(QualType T) { return nullptr; } getThrowInfo() function |
H A D | MicrosoftCXXABI.cpp | 4373 llvm::GlobalVariable *MicrosoftCXXABI::getThrowInfo(QualType T) { getThrowInfo() function in MicrosoftCXXABI |