Searched refs:DontDefer (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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 | 880 bool DontDefer = false, 1024 bool DontDefer = false, 1027 DontDefer, 1034 llvm::FunctionType *FnType = nullptr, bool DontDefer = false, 1471 bool DontDefer = false, bool IsThunk = false,
|
H A D | CodeGenModule.cpp | 3466 bool DontDefer, bool IsThunk, llvm::AttributeList ExtraAttrs, in GetOrCreateLLVMFunction() argument 3476 !DontDefer && !IsForDefinition) { in GetOrCreateLLVMFunction() 3591 if (!DontDefer) { in GetOrCreateLLVMFunction() 3652 bool DontDefer, in GetAddrOfFunction() argument 3673 auto *F = GetOrCreateLLVMFunction(MangledName, Ty, GD, ForVTable, DontDefer, in GetAddrOfFunction()
|