Searched refs:const_string (Results 1 – 8 of 8) sorted by relevance
454 std::string const_string = "return o == 0 ? {{CONSTANT}} : "; in GenTableReaderFields() local458 code_ += GenReaderMainBody() + GenOffset() + const_string + in GenTableReaderFields()489 code_ += GenReaderMainBody("?") + GenOffset() + const_string + in GenTableReaderFields()497 code_ += GenReaderMainBody("?") + GenOffset() + const_string + in GenTableReaderFields()504 code_ += GenReaderMainBody("?") + GenOffset() + const_string + in GenTableReaderFields()513 GenTableReaderVectorFields(field, const_string); in GenTableReaderFields()520 GenOffset() + const_string + "{{ACCESS}}.union(o) }"; in GenTableReaderFields()527 const std::string &const_string) { in GenTableReaderVectorFields() argument531 const_string + "{{ACCESS}}.vector(count: o) }"; in GenTableReaderVectorFields()552 const_string + (IsBool(vectortype.base_type) ? "0 != " : "") + "\\"; in GenTableReaderVectorFields()
27 define const_string 26
149 (* CHECK: @const_string = global {{.*}}c"cruel\00world"152 let c = const_string context "cruel\000world" in153 ignore (define_global "const_string" c m);
159 (* CHECK: @const_string = global {{.*}}c"cruel\00world"162 let c = const_string context "cruel\000world" in163 ignore (define_global "const_string" c m);
508 external const_string : llcontext -> string -> llvalue = "llvm_const_string"
906 (** [const_string c s] returns the constant [i8] array with the values of the911 val const_string : llcontext -> string -> llvalue val
590 external const_string : llcontext -> string -> llvalue = "llvm_const_string"
957 (** [const_string c s] returns the constant [i8] array with the values of the962 val const_string : llcontext -> string -> llvalue val