Home
last modified time | relevance | path

Searched refs:getMangledNameDecl (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h1442 const GlobalDecl getMangledNameDecl(StringRef);
H A DCGDebugInfo.cpp6097 auto AliaseeDecl = CGM.getMangledNameDecl(GV->getName()); in EmitGlobalAlias()
H A DCodeGenModule.cpp2230 const GlobalDecl CodeGenModule::getMangledNameDecl(StringRef Name) { in getMangledNameDecl() function in CodeGenModule