HomeSort by: relevance | last modified time | path
    Searched refs:TypeID (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Binary.h 34 unsigned int TypeID;
101 unsigned int getType() const { return TypeID; }
105 return TypeID > ID_StartObjects && TypeID < ID_EndObjects;
112 bool isArchive() const { return TypeID == ID_Archive; }
115 return TypeID == ID_MachOUniversalBinary;
118 bool isTapiUniversal() const { return TypeID == ID_TapiUniversal; }
121 return TypeID >= ID_ELF32L && TypeID <= ID_ELF64B;
125 return TypeID >= ID_MachO32L && TypeID <= ID_MachO64B
    [all...]
WindowsResource.h 69 support::ulittle16_t TypeID;
75 TypeID = ID;
103 uint16_t getTypeID() const { return TypeID; }
128 uint16_t TypeID;
265 void printResourceTypeName(uint16_t TypeID, raw_ostream &OS);
  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
CFBundle.cpp 151 auto PrintError = [&](CFTypeID TypeID) {
152 CFString TypeIDCFStr(::CFCopyTypeIDDescription(TypeID));
164 CFTypeID TypeID = ::CFGetTypeID(TypeRef);
165 if (TypeID == ::CFStringGetTypeID())
168 PrintError(TypeID);
172 CFTypeID TypeID = ::CFGetTypeID(TypeRef);
173 if (TypeID == ::CFStringGetTypeID())
176 PrintError(TypeID);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
ARMException.cpp 125 unsigned TypeID = *I;
128 if (TypeID != 0)
132 Asm->emitTTypeReference((TypeID == 0 ? nullptr : TypeInfos[TypeID - 1]),
EHStreamer.cpp 103 // Size of one action entry (typeid + next action)
124 int TypeID = TypeIds[J];
125 assert(-1 - TypeID < (int)FilterOffsets.size() && "Unknown filter id!");
127 isFilterEHSelector(TypeID) ? FilterOffsets[-1 - TypeID] : TypeID;
832 unsigned TypeID = *I;
835 if (isFilterEHSelector(TypeID))
839 Asm->emitULEB128(TypeID);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 102 using TypeID = Type::TypeID;
103 const Type::TypeID FloatTyID = Type::FloatTyID;
104 const Type::TypeID DoubleTyID = Type::DoubleTyID;
111 TypeID ArgTypeID = F.getFunctionType()->getParamType(0)->getTypeID();
122 TypeID ArgTypeID0 = F.getFunctionType()->getParamType(0)->getTypeID();
123 TypeID ArgTypeID1 = F.getFunctionType()->getParamType(1)->getTypeID();
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Type.h 55 enum TypeID {
85 TypeID ID : 8; // The current base type of this type.
93 explicit Type(LLVMContext &C, TypeID tid)
134 /// Return the type id for the type. This will return one of the TypeID enum
136 TypeID getTypeID() const { return ID; }
405 static Type *getPrimitiveType(LLVMContext &C, TypeID IDNumber);
GlobalObject.h 138 void addTypeMetadata(unsigned Offset, Metadata *TypeID);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTCommon.h 50 TypeID MakeTypeID(ASTContext &Context, QualType T, IdxForTypeTy IdxForType) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BTF.h 220 uint32_t TypeId; ///< Type id referring to .BTF type section
247 uint32_t TypeID; ///< TypeID for the relocation
BTFDebug.h 173 BTFKindVar(StringRef VarName, uint32_t TypeId, uint32_t VarInfo);
230 uint32_t TypeId; ///< Type id referring to .BTF type section
245 uint32_t TypeID; ///< Type ID
283 void visitTypeEntry(const DIType *Ty, uint32_t &TypeId, bool CheckPointer,
285 void visitBasicType(const DIBasicType *BTy, uint32_t &TypeId);
289 uint32_t &TypeId);
291 uint32_t &TypeId);
292 void visitCompositeType(const DICompositeType *CTy, uint32_t &TypeId);
294 uint32_t &TypeId);
295 void visitArrayType(const DICompositeType *ATy, uint32_t &TypeId);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Object/
Binary.cpp 38 : TypeID(Type), Data(Source) {}
WindowsResource.cpp 125 RETURN_IF_ERROR(readStringOrId(Reader, TypeID, Type, IsStringType));
143 void printResourceTypeName(uint16_t TypeID, raw_ostream &OS) {
144 switch (TypeID) {
166 default: OS << "ID " << TypeID; break;
  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTBitCodes.h 85 using TypeID = uint32_t;
97 TypeID asTypeID(unsigned FastQuals) const {
99 return TypeID(-1);
104 static TypeIdx fromTypeID(TypeID ID) {
105 if (ID == TypeID(-1))
ASTWriter.h 242 serialization::TypeID FirstTypeID = serialization::NUM_PREDEF_TYPE_IDS;
245 serialization::TypeID NextTypeID = FirstTypeID;
622 serialization::TypeID GetOrCreateTypeID(QualType T);
625 serialization::TypeID getTypeID(QualType T) const;
ASTRecordReader.h 167 serialization::TypeID getGlobalTypeID(unsigned LocalID) const {
ModuleFile.h 479 serialization::TypeID BaseTypeIndex = 0;
ASTReader.h 472 ContinuousRangeMap<serialization::TypeID, ModuleFile *, 4>;
844 SmallVector<serialization::TypeID, 16> SpecialTypes;
1084 SmallVector<std::pair<FunctionDecl *, serialization::TypeID>, 16>
1797 QualType GetType(serialization::TypeID ID);
1803 serialization::TypeID getGlobalTypeID(ModuleFile &F, unsigned LocalID) const;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp 115 "Import typeid resolutions from summary and globals"),
117 "Export typeid resolutions to summary and globals")),
308 // A slot in a set of virtual tables. The TypeID identifies the set of virtual
312 Metadata *TypeID;
330 return DenseMapInfo<Metadata *>::getHashValue(I.TypeID) ^
335 return LHS.TypeID == RHS.TypeID && LHS.ByteOffset == RHS.ByteOffset;
349 return DenseMapInfo<StringRef>::getHashValue(I.TypeID) ^
354 return LHS.TypeID == RHS.TypeID && LHS.ByteOffset == RHS.ByteOffset
    [all...]
GlobalDCE.cpp 49 static char ID; // Pass identification, replacement for typeid
176 // Use the typeid metadata on the vtable to build a mapping from typeids to
178 // typeid.
180 Metadata *TypeID = Type->getOperand(1).get();
187 TypeIdMap[TypeID].insert(std::make_pair(&GV, Offset));
205 void GlobalDCEPass::ScanVTableLoad(Function *Caller, Metadata *TypeId,
207 for (auto &VTableInfo : TypeIdMap[TypeId]) {
248 auto *TypeId = cast<MetadataAsValue>(TypeIdValue)->getMetadata();
251 ScanVTableLoad(CI->getFunction(), TypeId, Offset->getZExtValue());
255 for (auto &VTableInfo : TypeIdMap[TypeId]) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
InstructionSelectorImpl.h 239 const int64_t TypeID = TyI->second;
240 if (TypeID < LowerBound || UpperBound <= TypeID) {
244 CurrentIdx = MatchTable[CurrentIdx + (TypeID - LowerBound)];
581 int64_t TypeID = MatchTable[CurrentIdx++];
585 << "), TypeID=" << TypeID << ")\n");
589 MRI.getType(MO.getReg()) != ISelInfo.TypeObjects[TypeID]) {
1123 int64_t TypeID = MatchTable[CurrentIdx++];
1126 MRI.createGenericVirtualRegister(ISelInfo.TypeObjects[TypeID]);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 946 unsigned *TypeID = &TypeMap[Ty];
949 if (*TypeID)
957 *TypeID = ~0U;
964 // Refresh the TypeID pointer in case the table rehashed.
965 TypeID = &TypeMap[Ty];
972 if (*TypeID && *TypeID != ~0U)
978 *TypeID = Types.size();
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
YAMLParser.h 178 unsigned int getType() const { return TypeID; }
187 unsigned int TypeID;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
WholeProgramDevirt.h 238 StringRef TypeID;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ModuleSummaryAnalysis.cpp 170 auto *TypeId = dyn_cast<MDString>(TypeMDVal->getMetadata());
171 if (!TypeId)
173 GlobalValue::GUID Guid = GlobalValue::getGUID(TypeId->getString());
197 auto *TypeId = dyn_cast<MDString>(TypeMDVal->getMetadata());
198 if (!TypeId)
200 GlobalValue::GUID Guid = GlobalValue::getGUID(TypeId->getString());
555 auto TypeID = Type->getOperand(1).get();
562 if (auto *TypeId = dyn_cast<MDString>(TypeID))
563 Index.getOrInsertTypeIdCompatibleVtableSummary(TypeId->getString()
    [all...]

Completed in 58 milliseconds

1 2