Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCXX.cpp244 llvm::FunctionType *FnType, bool DontDefer, bool IsForDefinition) { in getAddrOfCXXStructor() argument
260 /*isThunk=*/false, /*ExtraAttrs=*/llvm::AttributeSet(), IsForDefinition); in getAddrOfCXXStructor()
DCodeGenModule.h676 llvm::Constant *GetAddrOfGlobal(GlobalDecl GD, bool IsForDefinition = false);
710 bool IsForDefinition = false);
818 bool DontDefer = false, bool IsForDefinition = false);
1134 bool IsForDefinition = false);
DCodeGenModule.cpp1731 bool IsForDefinition) { in GetOrCreateLLVMFunction() argument
1749 if (IsForDefinition && !Entry->isDeclaration()) { in GetOrCreateLLVMFunction()
1772 if (!IsForDefinition) in GetOrCreateLLVMFunction()
1891 bool IsForDefinition) { in GetAddrOfFunction() argument
1902 IsForDefinition); in GetAddrOfFunction()
2043 bool IsForDefinition) { in GetAddrOfGlobal() argument
2048 /*DontDefer=*/false, IsForDefinition); in GetAddrOfGlobal()
2053 /*DontDefer=*/false, IsForDefinition); in GetAddrOfGlobal()
2059 IsForDefinition); in GetAddrOfGlobal()
2064 IsForDefinition); in GetAddrOfGlobal()