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.h1361 const GlobalDecl getMangledNameDecl(StringRef);
H A DCGDebugInfo.cpp5834 auto AliaseeDecl = CGM.getMangledNameDecl(GV->getName()); in EmitGlobalAlias()
H A DCodeGenModule.cpp2048 const GlobalDecl CodeGenModule::getMangledNameDecl(StringRef Name) { in getMangledNameDecl() function in CodeGenModule