Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCXXABI.h237 virtual llvm::GlobalVariable *getThrowInfo(QualType T) { return nullptr; } in getThrowInfo() function
H A DMicrosoftCXXABI.cpp4280 llvm::GlobalVariable *MicrosoftCXXABI::getThrowInfo(QualType T) { in getThrowInfo() function in MicrosoftCXXABI