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

/external/clang/lib/CodeGen/
H A DCGDeclCXX.cpp171 CGF.CGM.CreateRuntimeVariable(CGF.Int8Ty, "__dso_handle");
H A DCodeGenModule.cpp1260 /// CreateRuntimeVariable - Create a new runtime global variable with the
1263 CodeGenModule::CreateRuntimeVariable(llvm::Type *Ty, function in class:CodeGenModule
1955 llvm::Constant *GV = CreateRuntimeVariable(Ty,
2076 GV = CreateRuntimeVariable(PTy, str);
H A DCodeGenModule.h692 /// CreateRuntimeVariable - Create a new runtime global variable with the
694 llvm::Constant *CreateRuntimeVariable(llvm::Type *Ty,

Completed in 49 milliseconds