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

/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp1869 /// CreateRuntimeVariable - Create a new runtime global variable with the
1872 CodeGenModule::CreateRuntimeVariable(llvm::Type *Ty, function in class:CodeGenModule
2635 llvm::Constant *GV = CreateRuntimeVariable(Ty,
2743 GV = CreateRuntimeVariable(PTy, str);

Completed in 81 milliseconds