Home
last modified time | relevance | path

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

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