Searched refs:IsForDefinition (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenModule.h | 809 ForDefinition_t IsForDefinition 843 ForDefinition_t IsForDefinition 858 ForDefinition_t IsForDefinition 1002 ForDefinition_t IsForDefinition = NotForDefinition) { 1005 IsForDefinition) 1012 ForDefinition_t IsForDefinition = NotForDefinition); 1424 ForDefinition_t IsForDefinition = NotForDefinition); 1434 ForDefinition_t IsForDefinition
|
D | CGCXX.cpp | 223 bool DontDefer, ForDefinition_t IsForDefinition) { in getAddrAndTypeOfCXXStructor() argument 243 /*IsThunk=*/false, /*ExtraAttrs=*/llvm::AttributeList(), IsForDefinition); in getAddrAndTypeOfCXXStructor()
|
D | CodeGenModule.cpp | 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() [all …]
|
D | CGObjCMac.cpp | 1494 ForDefinition_t IsForDefinition, 1542 ForDefinition_t IsForDefinition); 7415 ForDefinition_t IsForDefinition, in GetClassGlobal() argument 7836 ForDefinition_t IsForDefinition) { in GetInterfaceEHType() argument 7842 if (!IsForDefinition) { in GetInterfaceEHType() 7881 llvm::GlobalValue::LinkageTypes L = IsForDefinition in GetInterfaceEHType() 7901 if (IsForDefinition) in GetInterfaceEHType()
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.h | 682 llvm::Constant *GetAddrOfGlobal(GlobalDecl GD, bool IsForDefinition = false); 712 bool IsForDefinition = false); 719 bool IsForDefinition = false); 827 bool DontDefer = false, bool IsForDefinition = false); 1154 bool IsForDefinition = false); 1159 bool IsForDefinition = false);
|
D | CGCXX.cpp | 244 llvm::FunctionType *FnType, bool DontDefer, bool IsForDefinition) { in getAddrOfCXXStructor() argument 260 /*isThunk=*/false, /*ExtraAttrs=*/llvm::AttributeSet(), IsForDefinition); in getAddrOfCXXStructor()
|
D | CodeGenModule.cpp | 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() [all …]
|