Searched refs:DontDefer (Results 1 – 3 of 3) sorted by relevance
/freebsd/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 | 953 bool DontDefer = false, 1164 bool DontDefer = false, 1167 DontDefer, 1174 llvm::FunctionType *FnType = nullptr, bool DontDefer = false, 1684 bool DontDefer = false, bool IsThunk = false,
|
H A D | CodeGenModule.cpp | 4567 bool DontDefer, bool IsThunk, llvm::AttributeList ExtraAttrs, in GetOrCreateLLVMFunction() argument 4578 !DontDefer && !IsForDefinition) { in GetOrCreateLLVMFunction() 4708 if (!DontDefer) { in GetOrCreateLLVMFunction() 4767 bool DontDefer, in GetAddrOfFunction() argument 4786 auto *F = GetOrCreateLLVMFunction(MangledName, Ty, GD, ForVTable, DontDefer, in GetAddrOfFunction()
|