Searched refs:DontDefer (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCXX.cpp | 220 bool DontDefer, ForDefinition_t IsForDefinition) { in getAddrAndTypeOfCXXStructor() argument 239 getMangledName(GD), FnType, GD, /*ForVTable=*/false, DontDefer, in getAddrAndTypeOfCXXStructor()
|
| H A D | CodeGenModule.h | 1014 bool DontDefer = false, 1224 bool DontDefer = false, 1227 DontDefer, 1234 llvm::FunctionType *FnType = nullptr, bool DontDefer = false, 1832 bool DontDefer = false, bool IsThunk = false,
|
| H A D | CodeGenModule.cpp | 4809 bool DontDefer, bool IsThunk, llvm::AttributeList ExtraAttrs, in GetOrCreateLLVMFunction() argument 4818 !DontDefer && !IsForDefinition) { in GetOrCreateLLVMFunction() 4950 if (!DontDefer) { in GetOrCreateLLVMFunction() 5009 bool DontDefer, in GetAddrOfFunction() argument 5033 auto *F = GetOrCreateLLVMFunction(MangledName, Ty, GD, ForVTable, DontDefer, in GetAddrOfFunction()
|