Searched defs:IsForDefinition (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCXX.cpp | 222 bool DontDefer, ForDefinition_t IsForDefinition) { in getAddrAndTypeOfCXXStructor() argument
|
H A D | CodeGenModule.cpp | 4471 GetOrCreateLLVMFunction(StringRef MangledName,llvm::Type * Ty,GlobalDecl GD,bool ForVTable,bool DontDefer,bool IsThunk,llvm::AttributeList ExtraAttrs,ForDefinition_t IsForDefinition) GetOrCreateLLVMFunction() argument 4658 GetAddrOfFunction(GlobalDecl GD,llvm::Type * Ty,bool ForVTable,bool DontDefer,ForDefinition_t IsForDefinition) GetAddrOfFunction() argument 4790 GetOrCreateLLVMGlobal(StringRef MangledName,llvm::Type * Ty,LangAS AddrSpace,const VarDecl * D,ForDefinition_t IsForDefinition) GetOrCreateLLVMGlobal() argument 4987 GetAddrOfGlobal(GlobalDecl GD,ForDefinition_t IsForDefinition) GetAddrOfGlobal() argument 5061 GetAddrOfGlobalVar(const VarDecl * D,llvm::Type * Ty,ForDefinition_t IsForDefinition) GetAddrOfGlobalVar() argument [all...] |
H A D | CGObjCMac.cpp | 7369 GetClassGlobal(StringRef Name,ForDefinition_t IsForDefinition,bool Weak,bool DLLImport) GetClassGlobal() argument 7787 GetInterfaceEHType(const ObjCInterfaceDecl * ID,ForDefinition_t IsForDefinition) GetInterfaceEHType() argument
|