Home
last modified time | relevance | path

Searched refs:CreateRuntimeVariable (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
DCodeGenModule.h893 llvm::Constant *CreateRuntimeVariable(llvm::Type *Ty,
DCodeGenModule.cpp1872 CodeGenModule::CreateRuntimeVariable(llvm::Type *Ty, in CreateRuntimeVariable() function in CodeGenModule
2635 llvm::Constant *GV = CreateRuntimeVariable(Ty, in GetAddrOfConstantCFString()
2743 GV = CreateRuntimeVariable(PTy, str); in GetAddrOfConstantString()
DItaniumCXXABI.cpp1933 CGF.CGM.CreateRuntimeVariable(CGF.Int8Ty, "__dso_handle"); in emitGlobalDtorWithCXAAtExit()
DCGExpr.cpp612 llvm::Value *Cache = CGM.CreateRuntimeVariable(HashTable, in EmitTypeCheck()