Home | History | Annotate | Download | only in IR

Lines Matching defs:createString

20 MDString *MDBuilder::createString(StringRef Str) {
46 Vals[0] = createString("branch_weights");
62 {createString("function_entry_count"),
90 Args.push_back(createString(Name));
105 return MDNode::get(Context, createString(Name));
115 {createString(Name), Parent, createConstant(Flags)});
117 return MDNode::get(Context, {createString(Name), Parent});
121 return MDNode::get(Context, createString(Name));
125 return MDNode::get(Context, {createString(Name), Domain});
147 Ops[0] = createString(Name);
161 {createString(Name), Parent, createConstant(Off)});