Searched defs:MangledDeclNames (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | TargetInfo.h | 82 emitTargetMetadata(CodeGen::CodeGenModule & CGM,const llvm::MapVector<GlobalDecl,StringRef> & MangledDeclNames) emitTargetMetadata() argument
|
H A D | CodeGenModule.h | 428 llvm::MapVector<GlobalDecl, StringRef> MangledDeclNames; global() variable
|
H A D | CodeGenModule.cpp | 572 checkAliasedGlobal(const ASTContext & Context,DiagnosticsEngine & Diags,SourceLocation Location,bool IsIFunc,const llvm::GlobalValue * Alias,const llvm::GlobalValue * & GV,const llvm::MapVector<GlobalDecl,StringRef> & MangledDeclNames,SourceRange AliasRange) checkAliasedGlobal() argument [all...] |