Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.h888 llvm::Constant *CreateRuntimeVariable(llvm::Type *Ty,
H A DCodeGenModule.cpp1857 CodeGenModule::CreateRuntimeVariable(llvm::Type *Ty, in CreateRuntimeVariable() function in CodeGenModule
2566 llvm::Constant *GV = CreateRuntimeVariable(Ty, in GetAddrOfConstantCFString()
2674 GV = CreateRuntimeVariable(PTy, str); in GetAddrOfConstantString()
H A DItaniumCXXABI.cpp1854 CGF.CGM.CreateRuntimeVariable(CGF.Int8Ty, "__dso_handle"); in emitGlobalDtorWithCXAAtExit()
H A DCGExpr.cpp591 llvm::Value *Cache = CGM.CreateRuntimeVariable(HashTable, in EmitTypeCheck()