Searched refs:DontDefer (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGCXX.cpp | 223 bool DontDefer, ForDefinition_t IsForDefinition) { in getAddrAndTypeOfCXXStructor() argument 242 getMangledName(GD), FnType, GD, /*ForVTable=*/false, DontDefer, in getAddrAndTypeOfCXXStructor()
|
| H A D | CodeGenModule.h | 910 bool DontDefer = false, 1061 bool DontDefer = false, 1064 DontDefer, 1071 llvm::FunctionType *FnType = nullptr, bool DontDefer = false, 1531 bool DontDefer = false, bool IsThunk = false,
|
| H A D | CodeGenModule.cpp | 3850 bool DontDefer, bool IsThunk, llvm::AttributeList ExtraAttrs, in GetOrCreateLLVMFunction() argument 3860 !DontDefer && !IsForDefinition) { in GetOrCreateLLVMFunction() 3975 if (!DontDefer) { in GetOrCreateLLVMFunction() 4036 bool DontDefer, in GetAddrOfFunction() argument 4057 auto *F = GetOrCreateLLVMFunction(MangledName, Ty, GD, ForVTable, DontDefer, in GetAddrOfFunction()
|