HomeSort by relevance Sort by last modified time
    Searched refs:StrConstant (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/VMCore/
IRBuilder.cpp 27 Constant *StrConstant = ConstantArray::get(Context, Str, true);
29 GlobalVariable *GV = new GlobalVariable(M, StrConstant->getType(),
31 StrConstant, "", 0, false);
  /external/llvm/lib/IR/
IRBuilder.cpp 30 Constant *StrConstant = ConstantDataArray::getString(Context, Str);
32 GlobalVariable *GV = new GlobalVariable(M, StrConstant->getType(),
34 StrConstant, Name, nullptr,

Completed in 66 milliseconds