Lines Matching refs:IsForDefinition
1826 bool IsForDefinition) { in GetOrCreateLLVMFunction() argument
1844 if (IsForDefinition && !Entry->isDeclaration()) { in GetOrCreateLLVMFunction()
1867 if (!IsForDefinition) in GetOrCreateLLVMFunction()
1986 bool IsForDefinition) { in GetAddrOfFunction() argument
1997 IsForDefinition); in GetAddrOfFunction()
2065 bool IsForDefinition) { in GetOrCreateLLVMGlobal() argument
2083 if (IsForDefinition && !Entry->isDeclaration()) { in GetOrCreateLLVMGlobal()
2107 if (!IsForDefinition) in GetOrCreateLLVMGlobal()
2180 bool IsForDefinition) { in GetAddrOfGlobal() argument
2185 /*DontDefer=*/false, IsForDefinition); in GetAddrOfGlobal()
2190 /*DontDefer=*/false, IsForDefinition); in GetAddrOfGlobal()
2196 IsForDefinition); in GetAddrOfGlobal()
2201 IsForDefinition); in GetAddrOfGlobal()
2204 IsForDefinition); in GetAddrOfGlobal()
2257 bool IsForDefinition) { in GetAddrOfGlobalVar() argument
2267 return GetOrCreateLLVMGlobal(MangledName, PTy, D, IsForDefinition); in GetAddrOfGlobalVar()