Home
last modified time | relevance | path

Searched defs:getThrowInfo (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h263 virtual llvm::GlobalVariable *getThrowInfo(QualType T) { return nullptr; } getThrowInfo() function
H A DMicrosoftCXXABI.cpp4373 llvm::GlobalVariable *MicrosoftCXXABI::getThrowInfo(QualType T) { getThrowInfo() function in MicrosoftCXXABI