Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenModule.h882 llvm::Constant *CreateRuntimeVariable(llvm::Type *Ty,
DCodeGenModule.cpp2273 CodeGenModule::CreateRuntimeVariable(llvm::Type *Ty, in CreateRuntimeVariable() function in CodeGenModule
3118 CreateRuntimeVariable(Ty, "__CFConstantStringClassReference"); in GetAddrOfConstantCFString()
3259 GV = CreateRuntimeVariable(PTy, str); in GetAddrOfConstantString()
DItaniumCXXABI.cpp2120 CGF.CGM.CreateRuntimeVariable(CGF.Int8Ty, "__dso_handle"); in emitGlobalDtorWithCXAAtExit()
DCGExpr.cpp655 llvm::Value *Cache = CGM.CreateRuntimeVariable(HashTable, in EmitTypeCheck()
DCGBuiltin.cpp6836 llvm::Constant *CpuModel = CGM.CreateRuntimeVariable(STy, "__cpu_model"); in EmitX86BuiltinExpr()