Lines Matching refs:IsForDefinition
2705 ForDefinition_t IsForDefinition) { in GetOrCreateLLVMFunction() argument
2714 !DontDefer && !IsForDefinition) { in GetOrCreateLLVMFunction()
2731 if (!IsForDefinition) in GetOrCreateLLVMFunction()
2753 if (IsForDefinition && !Entry->isDeclaration()) { in GetOrCreateLLVMFunction()
2776 if (!IsForDefinition) in GetOrCreateLLVMFunction()
2892 ForDefinition_t IsForDefinition) { in GetAddrOfFunction() argument
2913 IsForDefinition); in GetAddrOfFunction()
3028 ForDefinition_t IsForDefinition) { in GetOrCreateLLVMGlobal() argument
3049 if (IsForDefinition && !Entry->isDeclaration()) { in GetOrCreateLLVMGlobal()
3073 if (!IsForDefinition) in GetOrCreateLLVMGlobal()
3176 GetAddrOfGlobalVar(D, InitType, IsForDefinition)); in GetOrCreateLLVMGlobal()
3207 ForDefinition_t IsForDefinition) { in GetAddrOfGlobal() argument
3213 /*DontDefer=*/false, IsForDefinition); in GetAddrOfGlobal()
3218 /*DontDefer=*/false, IsForDefinition); in GetAddrOfGlobal()
3224 IsForDefinition); in GetAddrOfGlobal()
3229 IsForDefinition); in GetAddrOfGlobal()
3232 IsForDefinition); in GetAddrOfGlobal()
3286 ForDefinition_t IsForDefinition) { in GetAddrOfGlobalVar() argument
3296 return GetOrCreateLLVMGlobal(MangledName, PTy, D, IsForDefinition); in GetAddrOfGlobalVar()