HomeSort by: relevance | last modified time | path
    Searched refs:CreateRuntimeVariable (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.h 1115 llvm::Constant *CreateRuntimeVariable(llvm::Type *Ty,
CodeGenModule.cpp 4079 /// CreateRuntimeVariable - Create a new runtime global variable with the
4082 CodeGenModule::CreateRuntimeVariable(llvm::Type *Ty,
5080 llvm::Constant *C = CreateRuntimeVariable(Ty, CFConstantStringClassName);
CGObjC.cpp 135 CGM.CreateRuntimeVariable(ConvertType(IdTy), ConstantName);
ItaniumCXXABI.cpp 2575 CGF.CGM.CreateRuntimeVariable(CGF.Int8Ty, "__dso_handle");
CGExpr.cpp 847 llvm::Value *Cache = CGM.CreateRuntimeVariable(HashTable,
CGBuiltin.cpp 12245 llvm::Constant *CpuModel = CGM.CreateRuntimeVariable(STy, "__cpu_model");
12319 llvm::Constant *CpuModel = CGM.CreateRuntimeVariable(STy, "__cpu_model");
12338 llvm::Constant *CpuFeatures2 = CGM.CreateRuntimeVariable(Int32Ty,
CGObjCMac.cpp 1984 auto GV = CGM.CreateRuntimeVariable(PTy, str);

Completed in 78 milliseconds