Searched defs:PerformInit (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCXXABI.cpp176 bool PerformInit) {
173 EmitGuardedInit(CodeGenFunction &CGF, const VarDecl &D, llvm::GlobalVariable *GV, bool PerformInit) argument
H A DCGDeclCXX.cpp126 bool PerformInit) {
132 if (PerformInit)
141 assert(PerformInit && "cannot have constant initializer which needs "
256 bool PerformInit) {
265 CGM.getCXXABI().EmitGuardedInit(*this, D, DeclPtr, PerformInit);
291 bool PerformInit) {
299 PerformInit);
374 bool PerformInit) {
384 EmitCXXGuardedInit(*D, Addr, PerformInit);
386 EmitCXXGlobalVarDeclInit(*D, Addr, PerformInit);
124 EmitCXXGlobalVarDeclInit(const VarDecl &D, llvm::Constant *DeclPtr, bool PerformInit) argument
254 EmitCXXGuardedInit(const VarDecl &D, llvm::GlobalVariable *DeclPtr, bool PerformInit) argument
289 EmitCXXGlobalVarDeclInitFunc(const VarDecl *D, llvm::GlobalVariable *Addr, bool PerformInit) argument
371 GenerateCXXGlobalVarDeclInitFunc(llvm::Function *Fn, const VarDecl *D, llvm::GlobalVariable *Addr, bool PerformInit) argument
[all...]

Completed in 79 milliseconds