Lines Matching refs:IsForDefinition
3319 ForDefinition_t IsForDefinition) { in GetOrCreateLLVMFunction() argument
3328 !DontDefer && !IsForDefinition) { in GetOrCreateLLVMFunction()
3344 if (!IsForDefinition) in GetOrCreateLLVMFunction()
3366 if (IsForDefinition && !Entry->isDeclaration()) { in GetOrCreateLLVMFunction()
3389 if (!IsForDefinition) in GetOrCreateLLVMFunction()
3505 ForDefinition_t IsForDefinition) { in GetAddrOfFunction() argument
3527 IsForDefinition); in GetAddrOfFunction()
3644 ForDefinition_t IsForDefinition) { in GetOrCreateLLVMGlobal() argument
3665 if (IsForDefinition && !Entry->isDeclaration()) { in GetOrCreateLLVMGlobal()
3689 if (!IsForDefinition) in GetOrCreateLLVMGlobal()
3792 GetAddrOfGlobalVar(D, InitType, IsForDefinition) in GetOrCreateLLVMGlobal()
3826 CodeGenModule::GetAddrOfGlobal(GlobalDecl GD, ForDefinition_t IsForDefinition) { in GetAddrOfGlobal() argument
3831 /*DontDefer=*/false, IsForDefinition); in GetAddrOfGlobal()
3838 IsForDefinition); in GetAddrOfGlobal()
3845 IsForDefinition); in GetAddrOfGlobal()
3848 return GetAddrOfGlobalVar(cast<VarDecl>(D), /*Ty=*/nullptr, IsForDefinition); in GetAddrOfGlobal()
3902 ForDefinition_t IsForDefinition) { in GetAddrOfGlobalVar() argument
3912 return GetOrCreateLLVMGlobal(MangledName, PTy, D, IsForDefinition); in GetAddrOfGlobalVar()