Home
last modified time | relevance | path

Searched refs:StrConstant (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
DIRBuilder.cpp27 Constant *StrConstant = ConstantArray::get(Context, Str, true); in CreateGlobalString() local
29 GlobalVariable *GV = new GlobalVariable(M, StrConstant->getType(), in CreateGlobalString()
31 StrConstant, "", 0, false); in CreateGlobalString()
/external/llvm/lib/IR/
DIRBuilder.cpp30 Constant *StrConstant = ConstantDataArray::getString(Context, Str); in CreateGlobalString() local
32 GlobalVariable *GV = new GlobalVariable(M, StrConstant->getType(), in CreateGlobalString()
34 StrConstant, Name, nullptr, in CreateGlobalString()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DIRBuilder.cpp46 Constant *StrConstant = ConstantDataArray::getString(Context, Str); in CreateGlobalString() local
48 auto *GV = new GlobalVariable(M, StrConstant->getType(), true, in CreateGlobalString()
49 GlobalValue::PrivateLinkage, StrConstant, Name, in CreateGlobalString()