Searched refs:DontDefer (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCXX.cpp | 222 bool DontDefer, ForDefinition_t IsForDefinition) { in getAddrAndTypeOfCXXStructor() argument 241 getMangledName(GD), FnType, GD, /*ForVTable=*/false, DontDefer, in getAddrAndTypeOfCXXStructor()
|
| H A D | CodeGenModule.h | 932 bool DontDefer = false, 1085 bool DontDefer = false, 1088 DontDefer, 1095 llvm::FunctionType *FnType = nullptr, bool DontDefer = false, 1590 bool DontDefer = false, bool IsThunk = false,
|
| H A D | CodeGenModule.cpp | 4470 bool DontDefer, bool IsThunk, llvm::AttributeList ExtraAttrs, in GetOrCreateLLVMFunction() argument 4480 !DontDefer && !IsForDefinition) { in GetOrCreateLLVMFunction() 4598 if (!DontDefer) { in GetOrCreateLLVMFunction() 4657 bool DontDefer, in GetAddrOfFunction() argument 4676 auto *F = GetOrCreateLLVMFunction(MangledName, Ty, GD, ForVTable, DontDefer, in GetAddrOfFunction()
|