Home | History | Annotate | Download | only in Object

Lines Matching defs:TypeID

34   unsigned int TypeID;
87 unsigned int getType() const { return TypeID; }
91 return TypeID > ID_StartObjects && TypeID < ID_EndObjects;
99 return TypeID == ID_Archive;
103 return TypeID == ID_MachOUniversalBinary;
107 return TypeID >= ID_ELF32L && TypeID <= ID_ELF64B;
111 return TypeID >= ID_MachO32L && TypeID <= ID_MachO64B;
115 return TypeID == ID_COFF;
119 return TypeID == ID_COFFImportFile;
123 return TypeID == ID_IR;
126 bool isModuleSummaryIndex() const { return TypeID == ID_ModuleSummaryIndex; }
129 return !(TypeID == ID_ELF32B || TypeID == ID_ELF64B ||
130 TypeID == ID_MachO32B || TypeID == ID_MachO64B);