Lines Matching +defs:file +defs:name +defs:directory
115 MlirType mlirLLVMStructTypeOpaqueGet(MlirContext ctx, MlirStringRef name) {
116 return wrap(LLVMStructType::getOpaque(unwrap(name), unwrap(ctx)));
119 MlirType mlirLLVMStructTypeIdentifiedGet(MlirContext ctx, MlirStringRef name) {
120 return wrap(LLVMStructType::getIdentified(unwrap(ctx), unwrap(name)));
123 MlirType mlirLLVMStructTypeIdentifiedNewGet(MlirContext ctx, MlirStringRef name,
129 unwrap(ctx), unwrap(name), unwrapList(nFieldTypes, fieldTypes, fields),
168 MlirAttribute name,
173 unwrap(ctx), tag, cast<StringAttr>(unwrap(name)), sizeInBits, encoding));
183 MlirAttribute name, MlirAttribute file, uint32_t line, MlirAttribute scope,
193 cast<StringAttr>(unwrap(name)), cast<DIFileAttr>(unwrap(file)), line,
205 MlirContext ctx, unsigned int tag, MlirAttribute name,
212 unwrap(ctx), tag, cast<StringAttr>(unwrap(name)),
218 MlirContext ctx, unsigned int tag, MlirAttribute name, uint64_t sizeInBits,
223 unwrap(ctx), tag, cast<StringAttr>(unwrap(name)), sizeInBits, alignInBits,
246 MlirAttribute mlirLLVMDIFileAttrGet(MlirContext ctx, MlirAttribute name,
247 MlirAttribute directory) {
248 return wrap(DIFileAttr::get(unwrap(ctx), cast<StringAttr>(unwrap(name)),
249 cast<StringAttr>(unwrap(directory))));
254 unsigned int sourceLanguage, MlirAttribute file,
260 cast<DIFileAttr>(unwrap(file)), cast<StringAttr>(unwrap(producer)),
271 MlirAttribute file,
276 cast<DIFileAttr>(unwrap(file)), line, column));
281 MlirAttribute file,
285 cast<DIFileAttr>(unwrap(file)), discriminator));
289 MlirContext ctx, MlirAttribute scope, MlirAttribute name,
294 cast<StringAttr>(unwrap(name)), cast<DIFileAttr>(unwrap(diFile)), line,
317 MlirAttribute compileUnit, MlirAttribute scope, MlirAttribute name,
318 MlirAttribute linkageName, MlirAttribute file, unsigned int line,
332 cast<DIScopeAttr>(unwrap(scope)), cast<StringAttr>(unwrap(name)),
333 cast<StringAttr>(unwrap(linkageName)), cast<DIFileAttr>(unwrap(file)),
369 MlirAttribute mlirLLVMDIModuleAttrGet(MlirContext ctx, MlirAttribute file,
370 MlirAttribute scope, MlirAttribute name,
376 unwrap(ctx), cast<DIFileAttr>(unwrap(file)),
377 cast<DIScopeAttr>(unwrap(scope)), cast<StringAttr>(unwrap(name)),
389 MlirAttribute entity, MlirAttribute file, unsigned int line,
390 MlirAttribute name, intptr_t nElements, MlirAttribute const *elements) {
395 cast<DINodeAttr>(unwrap(entity)), cast<DIFileAttr>(unwrap(file)), line,
396 cast<StringAttr>(unwrap(name)),
401 MlirAttribute mlirLLVMDIAnnotationAttrGet(MlirContext ctx, MlirAttribute name,
403 return wrap(DIAnnotationAttr::get(unwrap(ctx), cast<StringAttr>(unwrap(name)),