Home
last modified time | relevance | path

Searched refs:IsForDefinition (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DCodeGenModule.h682 llvm::Constant *GetAddrOfGlobal(GlobalDecl GD, bool IsForDefinition = false);
712 bool IsForDefinition = false);
719 bool IsForDefinition = false);
827 bool DontDefer = false, bool IsForDefinition = false);
1154 bool IsForDefinition = false);
1159 bool IsForDefinition = false);
DCGCXX.cpp244 llvm::FunctionType *FnType, bool DontDefer, bool IsForDefinition) { in getAddrOfCXXStructor() argument
260 /*isThunk=*/false, /*ExtraAttrs=*/llvm::AttributeSet(), IsForDefinition); in getAddrOfCXXStructor()
DCodeGenModule.cpp1826 bool IsForDefinition) { in GetOrCreateLLVMFunction() argument
1844 if (IsForDefinition && !Entry->isDeclaration()) { in GetOrCreateLLVMFunction()
1867 if (!IsForDefinition) in GetOrCreateLLVMFunction()
1986 bool IsForDefinition) { in GetAddrOfFunction() argument
1997 IsForDefinition); in GetAddrOfFunction()
2065 bool IsForDefinition) { in GetOrCreateLLVMGlobal() argument
2083 if (IsForDefinition && !Entry->isDeclaration()) { in GetOrCreateLLVMGlobal()
2107 if (!IsForDefinition) in GetOrCreateLLVMGlobal()
2180 bool IsForDefinition) { in GetAddrOfGlobal() argument
2185 /*DontDefer=*/false, IsForDefinition); in GetAddrOfGlobal()
[all …]