Home
last modified time | relevance | path

Searched defs:GlobalDecl (Results 1 – 10 of 10) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DGlobalDecl.h70 GlobalDecl(const VarDecl *D) { Init(D);} in GlobalDecl() function
79 GlobalDecl(cons in MultiVersionIndex() function
83 GlobalDecl(const NamedDecl *D) { Init(D); } GlobalDecl() function
84 GlobalDecl(const BlockDecl *D) { Init(D); } GlobalDecl() function
85 GlobalDecl(const CapturedDecl *D) { Init(D); } GlobalDecl() function
86 GlobalDecl(const ObjCMethodDecl *D) { Init(D); } GlobalDecl() function
87 GlobalDecl(const OMPDeclareReductionDecl *D) { Init(D); } GlobalDecl() function
88 GlobalDecl(const OMPDeclareMapperDecl *D) { Init(D); } GlobalDecl() function
89 GlobalDecl(const CXXConstructorDecl *D, CXXCtorType Type) : Value(D, Type) {} GlobalDecl() function
90 GlobalDecl(const CXXDestructorDecl *D, CXXDtorType Type) : Value(D, Type) {} GlobalDecl() function
91 GlobalDecl(const VarDecl *D, DynamicInitKind StubKind) GlobalDecl() function
[all...]
H A DASTContext.h72 class GlobalDecl; global() variable
/freebsd-src/contrib/llvm-project/clang/include/clang/CodeGen/
H A DModuleBuilder.h35 class GlobalDecl; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h43 class GlobalDecl; variable
H A DTargetInfo.h82 emitTargetMetadata(CodeGen::CodeGenModule & CGM,const llvm::MapVector<GlobalDecl,StringRef> & MangledDeclNames) emitTargetMetadata() argument
H A DCGDebugInfo.h40 class GlobalDecl; global() variable
[all...]
H A DCodeGenModule.cpp572 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...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.h
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp313 const llvm::MapVector<GlobalDecl, StringRef> &MangledDeclNames) const { in emitTargetMetadata() argument
H A DPPC.cpp948 emitTargetMetadata(CodeGen::CodeGenModule & CGM,const llvm::MapVector<GlobalDecl,StringRef> & MangledDeclNames) const emitTargetMetadata() argument