Home
last modified time | relevance | path

Searched refs:ObjectFormat (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Support/
DTriple.cpp606 ObjectFormat(UnknownObjectFormat) { in Triple()
619 ObjectFormat = parseFormat(Components[3]); in Triple()
624 if (ObjectFormat == UnknownObjectFormat) in Triple()
625 ObjectFormat = getDefaultFormat(*this); in Triple()
640 Environment(), ObjectFormat(Triple::UnknownObjectFormat) { in Triple()
641 ObjectFormat = getDefaultFormat(*this); in Triple()
658 ObjectFormat(parseFormat(EnvironmentStr.str())) { in Triple()
659 if (ObjectFormat == Triple::UnknownObjectFormat) in Triple()
660 ObjectFormat = getDefaultFormat(*this); in Triple()
691 ObjectFormatType ObjectFormat = UnknownObjectFormat; in normalize() local
[all …]
/external/llvm/include/llvm/ADT/
DTriple.h211 ObjectFormatType ObjectFormat; variable
219 Triple() : Data(), Arch(), Vendor(), OS(), Environment(), ObjectFormat() {} in Triple()
230 ObjectFormat == Other.ObjectFormat;
281 ObjectFormatType getObjectFormat() const { return ObjectFormat; } in getObjectFormat()
/external/libmtp/src/
Dlibmtp.c2222 params->objects[i].oi.ObjectFormat = prop->propval.u16; in get_all_metadata_fast()
2302 if (ob->oi.ObjectFormat == PTP_OFC_Association) in get_handles_recursively()
2339 file->filetype = map_ptp_type_to_libmtp_type(ob->oi.ObjectFormat); in obj2file()
2396 ret = ptp_mtp_getobjectpropssupported(params, ob->oi.ObjectFormat, &propcnt, &props); in obj2file()
2603 if(ob->oi.ObjectFormat != PTP_OFC_Association) in flush_handles()
3931 if (ob->oi.ObjectFormat == PTP_OFC_Association) { in LIBMTP_Get_Filelisting_With_Callback()
3947 file->filetype = map_ptp_type_to_libmtp_type(ob->oi.ObjectFormat); in LIBMTP_Get_Filelisting_With_Callback()
4003 ret = ptp_mtp_getobjectpropssupported(params, ob->oi.ObjectFormat, &propcnt, &props); in LIBMTP_Get_Filelisting_With_Callback()
4084 file->filetype = map_ptp_type_to_libmtp_type(ob->oi.ObjectFormat); in LIBMTP_Get_Filemetadata()
4482 mtptype = map_ptp_type_to_libmtp_type(ob->oi.ObjectFormat); in LIBMTP_Get_Tracklisting_With_Callback()
[all …]
Dptp-pack.c472 htod16a(&oidata[PTP_oi_ObjectFormat],oi->ObjectFormat); in ptp_pack_OI()
573 oi->ObjectFormat=dtoh16a(&data[PTP_oi_ObjectFormat]); in ptp_unpack_OI()
1304 (*ce)[i].u.object.oi.ObjectFormat = dtoh16a(&curdata[PTP_ece_OA_OFC]); in ptp_unpack_CANON_changes()
1307 …u.object.oid, (*ce)[i].u.object.oi.ParentObject, (*ce)[i].u.object.oi.ObjectFormat, (*ce)[i].u.obj… in ptp_unpack_CANON_changes()
1313 (*ce)[i].u.object.oi.ObjectFormat = dtoh16a(&curdata[PTP_ece_OI_OFC]); in ptp_unpack_CANON_changes()
1318 …size %d, filename %s", i, (*ce)[i].u.object.oid, (*ce)[i].u.object.oi.ObjectFormat, (*ce)[i].u.obj… in ptp_unpack_CANON_changes()
1802 oi->ObjectFormat = dtoh16a(cur + ptp_canon_dir_ofc); in ptp_unpack_canon_directory()
Dplaylist-spl.c93 return (oi->ObjectFormat == PTP_OFC_Undefined) && in is_spl_playlist()
Dptp.h735 uint16_t ObjectFormat; member
Dptp.c4888 oinfo.ObjectFormat = xpl->propval.u16; in ptp_object_want()
/external/llvm/lib/Transforms/IPO/
DLowerBitSets.cpp216 Triple::ObjectFormatType ObjectFormat; member
281 ObjectFormat = TargetTriple.getObjectFormat(); in doInitialization()
803 JumpTable->setSection(ObjectFormat == Triple::MachO in buildBitSetsFromFunctions()