Searched defs:getMangleContext (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGCXXABI.h | 113 MangleContext &getMangleContext() { in getMangleContext() function |
H A D | ItaniumCXXABI.cpp | 59 return cast<ItaniumMangleContext>(CodeGen::CGCXXABI::getMangleContext()); in getMangleContext() function in __anonc30f2d070111::ItaniumCXXABI |
H A D | MicrosoftCXXABI.cpp | 595 MicrosoftMangleContext &getMangleContext() { getMangleContext() function in __anon1ab3cc460111::MicrosoftCXXABI |
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ | ||
H A D | TypeSystemClang.cpp | 713 clang::MangleContext *TypeSystemClang::getMangleContext() { getMangleContext() function in TypeSystemClang |