Searched refs:CreateRuntimeVariable (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp54 CGM.CreateRuntimeVariable(IdentTy, ".kmpc_default_loc.addr"));
H A DCodeGenModule.h840 llvm::Constant *CreateRuntimeVariable(llvm::Type *Ty,
H A DCodeGenModule.cpp1744 /// CreateRuntimeVariable - Create a new runtime global variable with the
1747 CodeGenModule::CreateRuntimeVariable(llvm::Type *Ty, function in class:CodeGenModule
2486 llvm::Constant *GV = CreateRuntimeVariable(Ty,
2595 GV = CreateRuntimeVariable(PTy, str);
H A DCGExpr.cpp562 llvm::Value *Cache = CGM.CreateRuntimeVariable(HashTable,
H A DItaniumCXXABI.cpp1789 CGF.CGM.CreateRuntimeVariable(CGF.Int8Ty, "__dso_handle");

Completed in 384 milliseconds